Skip to content

Commit 0b3c27a

Browse files
committed
fix: hold gamedig at 4.3.1 for ubuntu 18.04
1 parent d999b85 commit 0b3c27a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile.ubuntu-2204

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ RUN echo "**** Install Node.js ****" \
9191
# Install GameDig https://docs.linuxgsm.com/requirements/gamedig
9292
RUN echo "**** Install GameDig ****" \
9393
&& 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
9794

9895
WORKDIR /app
9996

0 commit comments

Comments
 (0)