File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM frolvlad/alpine-glibc
44MAINTAINER Mitch Roote <
[email protected] >
55
66ENV FACTORIO_VERSION=latest \
7- MANAGER_VERSION=0.6.1 \
7+ MANAGER_VERSION=0.7.0 \
88 ADMIN_PASSWORD=factorio
99
1010VOLUME /opt/factorio/saves /opt/factorio/mods /opt/factorio/config /security
@@ -16,9 +16,9 @@ WORKDIR /opt/
1616RUN curl -s -L -S -k https://www.factorio.com/get-download/$FACTORIO_VERSION/headless/linux64 -o /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
1717 tar Jxf /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
1818 rm /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
19- curl -s -L -S -k https://github.com/mroote/factorio-server-manager/releases/download/$MANAGER_VERSION/factorio-server-manager-linux-x64 .zip --cacert /opt/github.pem -o /tmp/factorio-server-manager-linux-x64_ $MANAGER_VERSION.zip && \
20- unzip -qq /tmp/factorio-server-manager-linux-x64_ $MANAGER_VERSION.zip && \
21- rm /tmp/factorio-server-manager-linux-x64_ $MANAGER_VERSION.zip && \
19+ curl -s -L -S -k https://github.com/mroote/factorio-server-manager/releases/download/$MANAGER_VERSION/factorio-server-manager-linux.zip --cacert /opt/github.pem -o /tmp/factorio-server-manager-linux_ $MANAGER_VERSION.zip && \
20+ unzip -qq /tmp/factorio-server-manager-linux_ $MANAGER_VERSION.zip && \
21+ rm /tmp/factorio-server-manager-linux_ $MANAGER_VERSION.zip && \
2222 mkdir -p /run/nginx && \
2323 chown nginx:root /var/lib/nginx
2424
You can’t perform that action at this time.
0 commit comments