Fixing tar issues

This commit is contained in:
Christophe Vandekerchove 2016-03-04 14:36:44 +01:00
parent 0960c7c371
commit 89ef301d3d

View File

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