From a6933ee61de719b6ed73011fa256828f586e4508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Schottst=C3=A4dt?= Date: Mon, 1 Jun 2026 22:30:37 +0200 Subject: [PATCH] fix: add lgsm steamcmd dependencies --- Dockerfile.steamcmd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Dockerfile.steamcmd b/Dockerfile.steamcmd index 04a52e2..2f60db7 100644 --- a/Dockerfile.steamcmd +++ b/Dockerfile.steamcmd @@ -8,12 +8,27 @@ COPY --from=base /usr/bin/druid* /usr/bin/ COPY --from=base /entrypoint.sh /entrypoint.sh RUN apt-get update && apt-get install -y \ + bc \ + binutils \ + bsdmainutils \ + bzip2 \ ca-certificates \ + cpio \ curl \ + distro-info \ + file \ + iproute2 \ jq \ + lib32stdc++6 \ moreutils \ + netcat-openbsd \ + pigz \ + python3 \ + tmux \ unzip \ + uuid-runtime \ wget \ + xz-utils \ && rm -rf /var/lib/apt/lists/* RUN ARCH=$(uname -m) && \