~ removed some code for help request

This commit is contained in:
Lucas Briese 2018-09-23 11:40:18 +02:00
parent 90057d2042
commit 898c245c33
2 changed files with 1 additions and 4 deletions

View File

@ -15,7 +15,7 @@ COPY ["entrypoint.sh", "/home/"]
# removed dep. lib32gcc1 libtcmalloc-minimal4:i386 gdb # removed dep. lib32gcc1 libtcmalloc-minimal4:i386 gdb
RUN dpkg --add-architecture i386 && \ RUN dpkg --add-architecture i386 && \
apt-get update -y && \ apt-get update -y && \
apt-get install -y wget tar gzip ca-certificates lib32gcc1 lib32stdc++6 lib32ncurses5 lib32z1 locales && \ apt-get install -y wget tar gzip ca-certificates lib32gcc1 lib32stdc++6 lib32ncurses5 lib32z1 locales lib32tinfo5 libtcmalloc-minimal4:i386 gdb && \
\ \
chmod a=rx /home/entrypoint.sh && \ chmod a=rx /home/entrypoint.sh && \
ulimit -n 2048 && \ ulimit -n 2048 && \

View File

@ -18,9 +18,6 @@ cd "$STEAM_PATH"
cd "$STEAM_PATH/server/" cd "$STEAM_PATH/server/"
trap 'pkill -15 srcds_run' SIGTERM trap 'pkill -15 srcds_run' SIGTERM
#-console -game garrysmod +gamemode terrortown
echo "starting with" echo "starting with"
echo "$@"
echo $@
./srcds_run "$@" & ./srcds_run "$@" &
wait "$!" wait "$!"