Unpack files directly
This commit is contained in:
parent
838efad3ff
commit
baa838b833
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ RUN \
|
||||||
|
|
||||||
USER factorio
|
USER factorio
|
||||||
RUN \
|
RUN \
|
||||||
wget -O /tmp/headless.tgz https://www.factorio.com/get-download/$FACTORIO_VERSION/headless/linux64 &&\
|
wget -O- https://www.factorio.com/get-download/$FACTORIO_VERSION/headless/linux64 \
|
||||||
tar xfv /tmp/headless.tgz -C /opt/factorio/headless && rm /tmp/headless.tgz
|
|tar xvz -C /opt/factorio/headless
|
||||||
|
|
||||||
VOLUME /opt/factorio/saves
|
VOLUME /opt/factorio/saves
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue