Added full path to docker file

This commit is contained in:
Christophe Vandekerchove 2016-03-04 14:21:38 +01:00
parent ea57f58c3b
commit 1a09531600

View File

@ -8,9 +8,9 @@ COPY ./smart_launch.sh /opt
RUN apt-get update && \
apt-get install -y curl && \
curl -o factorio.tar.gz https://www.factorio.com/get-download/0.12.25/headless/linux64 &&\
tar -xzf factorio.tar.gz && \
rm -rf factorio.tar.gz && \
curl -o /opt/factorio.tar.gz https://www.factorio.com/get-download/0.12.25/headless/linux64 &&\
tar -xzf /opt/factorio.tar.gz && \
rm -rf /opt/factorio.tar.gz && \
apt-purge-build &&\
apt-clean