mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-04-14 11:15:39 +02:00
update alpine
This commit is contained in:
parent
ddf7f99a2b
commit
3a007b377f
14
Dockerfile
14
Dockerfile
@ -1,25 +1,25 @@
|
|||||||
FROM frolvlad/alpine-glibc:alpine-3.3_glibc-2.23
|
FROM frolvlad/alpine-glibc:alpine-3.4
|
||||||
|
|
||||||
MAINTAINER https://github.com/dtandersen/docker_factorio_server
|
MAINTAINER https://github.com/dtandersen/docker_factorio_server
|
||||||
|
|
||||||
#WORKDIR /opt
|
|
||||||
|
|
||||||
COPY ./factorio.crt /opt/factorio.crt
|
COPY ./factorio.crt /opt/factorio.crt
|
||||||
|
|
||||||
EXPOSE 34197/udp 27015/tcp
|
|
||||||
|
|
||||||
|
|
||||||
ENV VERSION=0.14.14 \
|
ENV VERSION=0.14.14 \
|
||||||
SHA1=decd1ef34a75b309791e65bc92b164f10479753b
|
SHA1=decd1ef34a75b309791e65bc92b164f10479753b
|
||||||
|
|
||||||
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 \
|
||||||
|
-o /tmp/factorio_headless_x64_$VERSION.tar.gz && \
|
||||||
echo "$SHA1 /tmp/factorio_headless_x64_$VERSION.tar.gz" | sha1sum -c && \
|
echo "$SHA1 /tmp/factorio_headless_x64_$VERSION.tar.gz" | sha1sum -c && \
|
||||||
tar xzf /tmp/factorio_headless_x64_$VERSION.tar.gz --directory /opt && \
|
tar xzf /tmp/factorio_headless_x64_$VERSION.tar.gz --directory /opt && \
|
||||||
rm /tmp/factorio_headless_x64_$VERSION.tar.gz
|
rm /tmp/factorio_headless_x64_$VERSION.tar.gz
|
||||||
|
|
||||||
VOLUME /opt/factorio/saves /opt/factorio/mods
|
VOLUME /opt/factorio/saves /opt/factorio/mods
|
||||||
|
|
||||||
COPY ./smart_launch.sh /opt
|
COPY ./smart_launch.sh /opt
|
||||||
|
|
||||||
|
EXPOSE 34197/udp 27015/tcp
|
||||||
|
|
||||||
CMD ["/opt/smart_launch.sh"]
|
CMD ["/opt/smart_launch.sh"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user