Added full path to docker file

This commit is contained in:
Christophe Vandekerchove 2016-03-04 14:21:38 +01:00
parent 94494299ee
commit f9e62fe90d

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