mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-10 04:37:23 +01:00
Fixing tar issues
This commit is contained in:
parent
0960c7c371
commit
89ef301d3d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user