We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d999b85 commit 0b3c27aCopy full SHA for 0b3c27a
Dockerfile.ubuntu-2204
@@ -91,9 +91,6 @@ RUN echo "**** Install Node.js ****" \
91
# Install GameDig https://docs.linuxgsm.com/requirements/gamedig
92
RUN echo "**** Install GameDig ****" \
93
&& npm install -g gamedig@4.3.1
94
-WORKDIR /app/lgsm \
95
- wget -N --no-check-certificate "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${LGSM_GITHUBBRANCH}/package.json" \
96
- && npm install
97
98
WORKDIR /app
99
0 commit comments