[ci skip] Remove superfluous slash in dockerfile

This commit is contained in:
Ted John 2018-05-15 23:22:34 +01:00
parent 543efd8822
commit 3e322ec683
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RUN apt-get install --no-install-recommends -y rsync ca-certificates libjansson4
COPY --from=build-env /openrct2-install /openrct2-install
RUN rsync -a /openrct2-install/* / \
&& rm -rf /openrct2-install \
&& /openrct2-cli --version
&& openrct2-cli --version
# Done
ENTRYPOINT ["openrct2-cli"]