mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-27 02:43:45 +02:00
Update manager version number, fix filename
This commit is contained in:
parent
a8e1302685
commit
44b330d44a
@ -4,7 +4,7 @@ FROM frolvlad/alpine-glibc
|
||||
MAINTAINER Mitch Roote <mitch@r00t.ca>
|
||||
|
||||
ENV FACTORIO_VERSION=latest \
|
||||
MANAGER_VERSION=0.6.1 \
|
||||
MANAGER_VERSION=0.7.0 \
|
||||
ADMIN_PASSWORD=factorio
|
||||
|
||||
VOLUME /opt/factorio/saves /opt/factorio/mods /opt/factorio/config /security
|
||||
@ -16,9 +16,9 @@ WORKDIR /opt/
|
||||
RUN curl -s -L -S -k https://www.factorio.com/get-download/$FACTORIO_VERSION/headless/linux64 -o /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
|
||||
tar Jxf /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
|
||||
rm /tmp/factorio_$FACTORIO_VERSION.tar.xz && \
|
||||
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 && \
|
||||
unzip -qq /tmp/factorio-server-manager-linux-x64_$MANAGER_VERSION.zip && \
|
||||
rm /tmp/factorio-server-manager-linux-x64_$MANAGER_VERSION.zip && \
|
||||
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 && \
|
||||
unzip -qq /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
|
||||
rm /tmp/factorio-server-manager-linux_$MANAGER_VERSION.zip && \
|
||||
mkdir -p /run/nginx && \
|
||||
chown nginx:root /var/lib/nginx
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user