mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-10 12:47:24 +01:00
Set factorio in 0.1.27
This commit is contained in:
parent
6f65ae8acc
commit
7230263559
@ -16,7 +16,7 @@ RUN echo "# Installing curl" && \
|
||||
apt-get update && \
|
||||
apt-get install -y curl && \
|
||||
echo "# Downloading and unzipping factorio" && \
|
||||
curl -L -k https://www.factorio.com/get-download/0.12.26/headless/linux64 | tar -xzf - && \
|
||||
curl -L -k https://www.factorio.com/get-download/0.12.27/headless/linux64 | tar -xzf - && \
|
||||
echo "# Cleaning" && \
|
||||
apt-get remove -y --purge curl && \
|
||||
apt-get autoremove -y --purge && \
|
||||
|
Loading…
Reference in New Issue
Block a user