File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ HEALTHCHECK --interval=1m --timeout=1m --start-period=2m --retries=1 CMD /app/en
102
102
## Download linuxgsm.sh
103
103
RUN echo "**** Download linuxgsm.sh ****" \
104
104
&& set -ex \
105
- && wget -O linuxgsm.sh "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_GITHUBBRANCH}/linuxgsm.sh" \
105
+ && curl -Lo linuxgsm.sh "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_GITHUBBRANCH}/linuxgsm.sh" \
106
106
&& chmod +x linuxgsm.sh
107
107
108
108
RUN echo "**** Get LinuxGSM Modules ****" \
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ HEALTHCHECK --interval=1m --timeout=1m --start-period=2m --retries=1 CMD /app/en
102
102
## Download linuxgsm.sh
103
103
RUN echo "**** Download linuxgsm.sh ****" \
104
104
&& set -ex \
105
- && wget -O linuxgsm.sh "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_GITHUBBRANCH}/linuxgsm.sh" \
105
+ && curl -Lo linuxgsm.sh "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_GITHUBBRANCH}/linuxgsm.sh" \
106
106
&& chmod +x linuxgsm.sh
107
107
108
108
RUN echo "**** Get LinuxGSM Modules ****" \
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
61
61
iproute2 \
62
62
iputils-ping \
63
63
nano \
64
- vim \
64
+ nvim \
65
65
&& apt-get -y autoremove \
66
66
&& apt-get -y clean \
67
67
&& rm -rf /var/lib/apt/lists/* \
@@ -102,7 +102,7 @@ HEALTHCHECK --interval=1m --timeout=1m --start-period=2m --retries=1 CMD /app/en
102
102
## Download linuxgsm.sh
103
103
RUN echo "**** Download linuxgsm.sh ****" \
104
104
&& set -ex \
105
- && wget -O linuxgsm.sh "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_GITHUBBRANCH}/linuxgsm.sh" \
105
+ && curl -o linuxgsm.sh "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_GITHUBBRANCH}/linuxgsm.sh" \
106
106
&& chmod +x linuxgsm.sh
107
107
108
108
RUN echo "**** Get LinuxGSM Modules ****" \
Original file line number Diff line number Diff line change 1
- # LinuxGSM Docker Image
1
+ # LinuxGSM Base Docker Image
2
2
3
3
## This is the base LinuxGSM image only.
4
4
## Use <a href =" https://github.com/GameServerManagers/docker-gameserver " >docker-gameserver</a > for full game servers
You can’t perform that action at this time.
0 commit comments