Skip to content

Commit

Permalink
update steamcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Dec 23, 2023
1 parent ec9b05e commit 15aa9f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
13 changes: 8 additions & 5 deletions steamcmd/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apt install -y --install-recommends \
dirmngr \
g++ \
gcc \
gcc-12-base \
gdb \
gettext \
git \
Expand All @@ -34,16 +35,17 @@ RUN apt install -y --install-recommends \
python3-dev \
python3-pip \
sed \
software-properties-common \
speex:i386 \
tar \
telnet \
tini \
tzdata \
wget \
lib32gcc-s1 \
libgcc-s1 \
lib32stdc++6 \
lib32tinfo6 \
libtinfo6:i386 \
lib32z1 \
libasound2 \
libatk1.0-0 \
Expand All @@ -54,26 +56,27 @@ RUN apt install -y --install-recommends \
libc6:i386 \
libcurl3-gnutls \
libcurl3-gnutls:i386 \
libcurl4 \
libcurl4-gnutls-dev \
libcurl4-gnutls-dev:i386 \
libcurl4 \
libcurl4:i386 \
libfontconfig \
libgcc-s1 \
libgcc1 \
libgconf-2-4 \
libgdiplus \
libgtk2.0-0:i386 \
libjemalloc2 \
libjemalloc2:i386 \
libnss3 \
libnss-wrapper \
libnss3 \
libpangocairo-1.0-0 \
libpulse-dev \
libpulse0 \
libsdl1.2debian \
libsdl1.2debian:i386 \
libsdl1.2-compat \
libsdl1.2-compat:i386 \
libsdl1.2debian \
libsdl1.2debian:i386 \
libsdl2-2.0-0 \
libsdl2-2.0-0:i386 \
libssl3 \
Expand Down
5 changes: 2 additions & 3 deletions steamcmd/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ fi
cd /home/container || exit 1

# writing dotnet infos to file

dotnetinfo=$(dotnet --info)
echo $dotnetinfo >| dotnet_info.txt
#dotnetinfo=$(dotnet --info)
#echo $dotnetinfo >| dotnet_info.txt

echo -e "${BLUE}-------------------------------------------------${NC}"
echo -e "${GREEN}Starting Server.... Please wait...${NC}"
Expand Down

0 comments on commit 15aa9f1

Please sign in to comment.