mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-12 11:17:10 +01:00
Fixing some things
This commit is contained in:
parent
7babfe47ff
commit
e37cdcc508
@ -16,9 +16,7 @@ ENV FACTORIO_AUTOSAVE_INTERVAL 2 \
|
|||||||
VERSION=0.12.30
|
VERSION=0.12.30
|
||||||
|
|
||||||
RUN apk --update add bash curl && \
|
RUN apk --update add bash curl && \
|
||||||
curl -sSL --cacert /opt/factorio.crt https://www.factorio.com/get-download/$VERSION/headless/linux64 -o /tmp/factorio_headless_x64_$VERSION.tar.gz && \
|
curl -sSL --cacert /opt/factorio.crt https://www.factorio.com/get-download/$VERSION/headless/linux64 | tar -xzf -
|
||||||
tar xzf /tmp/factorio_headless_x64_$VERSION.tar.gz && \
|
|
||||||
rm /tmp/factorio_headless_x64_$VERSION.tar.gz
|
|
||||||
|
|
||||||
EXPOSE 34197/udp
|
EXPOSE 34197/udp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user