Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down