mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-12 11:17:10 +01:00
Added full path to docker file
This commit is contained in:
parent
94494299ee
commit
f9e62fe90d
@ -8,9 +8,9 @@ COPY ./smart_launch.sh /opt
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y curl && \
|
apt-get install -y curl && \
|
||||||
curl -o factorio.tar.gz https://www.factorio.com/get-download/0.12.25/headless/linux64 &&\
|
curl -o /opt/factorio.tar.gz https://www.factorio.com/get-download/0.12.25/headless/linux64 &&\
|
||||||
tar -xzf factorio.tar.gz && \
|
tar -xzf /opt/factorio.tar.gz && \
|
||||||
rm -rf factorio.tar.gz && \
|
rm -rf /opt/factorio.tar.gz && \
|
||||||
apt-purge-build &&\
|
apt-purge-build &&\
|
||||||
apt-clean
|
apt-clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user