File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,10 @@ RUN echo "**** Install Node.js ****" \
8888
8989# Install GameDig https://docs.linuxgsm.com/requirements/gamedig
9090RUN 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
9295
9396WORKDIR /app
9497
Original file line number Diff line number Diff line change @@ -88,7 +88,10 @@ RUN echo "**** Install Node.js ****" \
8888
8989# Install GameDig https://docs.linuxgsm.com/requirements/gamedig
9090RUN 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
9295
9396WORKDIR /app
9497
Original file line number Diff line number Diff line change @@ -89,7 +89,10 @@ RUN echo "**** Install Node.js ****" \
8989
9090# Install GameDig https://docs.linuxgsm.com/requirements/gamedig
9191RUN 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
9396
9497WORKDIR /app
9598
You can’t perform that action at this time.
0 commit comments