File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ WORKDIR /opt/
1414RUN curl -s -L -S -k https://www.factorio.com/get-download/$FACTORIO_VERSION/headless/linux64 -o /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
1515 tar Jxf /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
1616 rm /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
17- 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 && \
17+ curl -sLSk https://github.com/mroote/factorio-server-manager/releases/download/$MANAGER_VERSION/factorio-server-manager-linux-${MANAGER_VERSION}.zip \
18+ --cacert /opt/github.pem -o /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
1819 unzip -qq /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
1920 rm /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
2021 mkdir -p /run/nginx && \
You can’t perform that action at this time.
0 commit comments