From f1992321e6abbc43b6c2908dcd14bed7d8d44786 Mon Sep 17 00:00:00 2001 From: BAXENdev <83290629+BAXENdev@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:04:51 +0000 Subject: [PATCH] Fixed potential issues with steamcmd setup failing due to missing folder and uninitialized config --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 999b8e0..6e15158 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN apt-get install python3 -y RUN apt-get install python3-venv -y RUN apt-get install python3-pip -y RUN apt-get install python3-flask -y +RUN mkdir /server +RUN steamcmd +quit RUN steamcmd +force_install_dir /server +login anonymous +app_update 3930080 validate +quit RUN cp -r /server/linux64/* /server -f RUN wget -O "BepInEx_linux_x64_5.4.23.3.zip" "https://github.com/BepInEx/BepInEx/releases/download/v5.4.23.3/BepInEx_linux_x64_5.4.23.3.zip"