steamcmd (sha256:3bd707ee27856b86d19529832bb9f2a81323001d7fe5442d98e8dae41b1f4e44)

Published 2026-04-16 17:00:25 -07:00 by Neureka in base/steamcmd

Installation

docker pull code.neureka.dev/base/steamcmd@sha256:3bd707ee27856b86d19529832bb9f2a81323001d7fe5442d98e8dae41b1f4e44
sha256:3bd707ee27856b86d19529832bb9f2a81323001d7fe5442d98e8dae41b1f4e44

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates passwd util-linux lib32gcc-s1 && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/bin/steam /app/bin/steam # buildkit
RUN /bin/sh -c chmod 755 /app/bin/steam/steamcmd.sh && chmod 755 /app/bin/steam/linux32/steamcmd # buildkit
COPY --chmod=755 entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD []
Details
Container
2026-04-16 17:00:25 -07:00
0
OCI / Docker
linux/amd64
39 MiB
Versions (1) View all
latest 2026-04-16