Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusraupach committed Jan 7, 2025
1 parent 3a7743c commit 5e8cfc4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ USER steam
WORKDIR /home/steam/steamcmd

RUN mkdir -p /home/steam/valheim-dedicated-server && \
./steamcmd.sh +@sSteamCmdForcePlatformType linux \
+app_update 896660 validate \
+force_install_dir /home/steam/valheim-dedicated-server \
+login anonymous \
+quit
./steamcmd.sh +@sSteamCmdForcePlatformType linux +app_update 896660 validate +force_install_dir /home/steam/valheim-dedicated-server +login anonymous +quit

WORKDIR /

Expand Down

0 comments on commit 5e8cfc4

Please sign in to comment.