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"