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/
14
14
RUN curl -s -L -S -k https://www.factorio.com/get-download/$FACTORIO_VERSION/headless/linux64 -o /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
15
15
tar Jxf /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
16
16
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 && \
18
19
unzip -qq /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
19
20
rm /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
20
21
mkdir -p /run/nginx && \
You can’t perform that action at this time.
0 commit comments