mirror of
https://github.com/LpmRaven/factorio-docker-server.git
synced 2024-11-30 08:06:56 +02:00
Update to factorio 0.12.25
This commit is contained in:
parent
c3d80813d4
commit
d113aec9da
@ -6,7 +6,7 @@ RUN apt-get update \
|
||||
&& apt-get install -y wget \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN wget --no-check-certificate https://www.factorio.com/get-download/0.12.24/headless/linux64 -O /tmp/factorio.tar.gz \
|
||||
RUN wget --no-check-certificate https://www.factorio.com/get-download/0.12.25/headless/linux64 -O /tmp/factorio.tar.gz \
|
||||
&& tar -xzf /tmp/factorio.tar.gz -C /opt \
|
||||
&& rm -rf /tmp/factorio.tar.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user