From de2af82958fa5378ba9f7297c60896c8e37b6e50 Mon Sep 17 00:00:00 2001 From: Ron Sonnemans Date: Thu, 19 Feb 2026 21:16:10 +0100 Subject: [PATCH] Switched to debian trixie 13 based steamcmd image which makes the latest stationeers version work again --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7008943..df34c52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM docker.io/cm2network/steamcmd:latest +#FROM docker.io/cm2network/steamcmd:debian +FROM docker.io/steamcmd/steamcmd ARG APP_USER="gamer" ARG APP_UID=568 @@ -7,7 +8,7 @@ ARG APP_ID=600760 ARG USER_DIR="/stationeers" # Install application and configure access rights -RUN /home/steam/steamcmd/steamcmd.sh +force_install_dir "$APP_DIR" +login anonymous +app_update 600760 -beta multiplayersafe validate +quit +RUN /usr/bin/steamcmd +force_install_dir "$APP_DIR" +login anonymous +app_update 600760 validate +quit # Game port EXPOSE 27016/udp