mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-12 11:17:10 +01:00
Fixing tar issues
This commit is contained in:
parent
3de6931817
commit
23c26f83ae
@ -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