diff --git a/build/Dockerfile b/build/Dockerfile index f10b0d58..95c29650 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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 \ diff --git a/update/Dockerfile b/update/Dockerfile index f642a510..b3848482 100644 --- a/update/Dockerfile +++ b/update/Dockerfile @@ -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 \