Skip to content

Commit

Permalink
Remove cleaning up of /root/.steam for srcds/cs2
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh committed Nov 11, 2023
1 parent 356c8e6 commit 9e5f5c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ RUN --mount=type=secret,id=STEAM_USERNAME \
linux32/libvstdlib_s.so \
linux32/steamconsole.so \
update_hosts_cached.vdf; \
rm -rf /root/.steam; \
else \
cd "$STEAMCMD_DIR" && rm -rf \
linux64 \
Expand Down
1 change: 0 additions & 1 deletion update/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ RUN --mount=type=secret,id=STEAM_USERNAME \
linux32/libvstdlib_s.so \
linux32/steamconsole.so \
update_hosts_cached.vdf; \
rm -rf /root/.steam; \
else \
cd "$STEAMCMD_DIR" && rm -rf \
linux64 \
Expand Down

0 comments on commit 9e5f5c0

Please sign in to comment.