Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ceward committed Sep 25, 2024
1 parent 46c2be0 commit 09435bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gameservermanagers/steamcmd:latest

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive
ENV TERM=xterm
ENV LGSM_GITHUBUSER=GameServerManagers
ENV LGSM_GITHUBREPO=LinuxGSM
Expand All @@ -14,8 +14,8 @@ ENV GAMESERVER=jc2server
ENV VALIDATE_ON_START=false
ENV UPDATE_CHECK=60
ENV USER=linuxgsm
ENV UID=1000
ENV GID=1000
ENV UID=1001
ENV GID=1001

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down Expand Up @@ -45,7 +45,8 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
jq \
lib32gcc-s1 \
lib32stdc++6 \
netcat \
netcat-openbsd \
pigz \
python3 \
sudo \
tar \
Expand Down

0 comments on commit 09435bc

Please sign in to comment.