diff --git a/Dockerfile b/Dockerfile index c3be26f..4a8f10c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY ["entrypoint.sh", "/home/"] # removed dep. lib32gcc1 libtcmalloc-minimal4:i386 gdb RUN dpkg --add-architecture i386 && \ 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 && \ ulimit -n 2048 && \ diff --git a/entrypoint.sh b/entrypoint.sh index f499ef6..d02acf5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -18,9 +18,6 @@ cd "$STEAM_PATH" cd "$STEAM_PATH/server/" trap 'pkill -15 srcds_run' SIGTERM -#-console -game garrysmod +gamemode terrortown echo "starting with" -echo "$@" -echo $@ ./srcds_run "$@" & wait "$!"