File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,10 @@ RUN echo "**** Install Node.js ****" \
88
88
89
89
# Install GameDig https://docs.linuxgsm.com/requirements/gamedig
90
90
RUN echo "**** Install GameDig ****" \
91
- && npm install -g gamedig
91
+ && npm install -g gamedig@4.3.1
92
+ WORKDIR /app/lgsm \
93
+ wget -N --no-check-certificate "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_GITHUBBRANCH}/package.json" \
94
+ && npm install
92
95
93
96
WORKDIR /app
94
97
Original file line number Diff line number Diff line change @@ -88,7 +88,10 @@ RUN echo "**** Install Node.js ****" \
88
88
89
89
# Install GameDig https://docs.linuxgsm.com/requirements/gamedig
90
90
RUN echo "**** Install GameDig ****" \
91
- && npm install -g gamedig
91
+ && npm install -g gamedig@4.3.1
92
+ WORKDIR /app/lgsm \
93
+ wget -N --no-check-certificate "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_GITHUBBRANCH}/package.json" \
94
+ && npm install
92
95
93
96
WORKDIR /app
94
97
Original file line number Diff line number Diff line change @@ -89,7 +89,10 @@ RUN echo "**** Install Node.js ****" \
89
89
90
90
# Install GameDig https://docs.linuxgsm.com/requirements/gamedig
91
91
RUN echo "**** Install GameDig ****" \
92
- && npm install -g gamedig
92
+ && npm install -g gamedig@4.3.1
93
+ WORKDIR /app/lgsm \
94
+ wget -N --no-check-certificate "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_GITHUBBRANCH}/package.json" \
95
+ && npm install
93
96
94
97
WORKDIR /app
95
98
You can’t perform that action at this time.
0 commit comments