From 48c11559b472a2bceb9236b029530745586b219a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Schottst=C3=A4dt?= Date: Mon, 1 Jun 2026 22:05:32 +0200 Subject: [PATCH] fix: add steamcmd runtime tools --- Dockerfile.steamcmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.steamcmd b/Dockerfile.steamcmd index e0971bc7..04a52e22 100644 --- a/Dockerfile.steamcmd +++ b/Dockerfile.steamcmd @@ -9,8 +9,10 @@ COPY --from=base /entrypoint.sh /entrypoint.sh RUN apt-get update && apt-get install -y \ ca-certificates \ + curl \ jq \ moreutils \ + unzip \ wget \ && rm -rf /var/lib/apt/lists/*