From cbfc2113932b6f93b96458d2ee4fce4840e561bd Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 16 Apr 2026 19:13:06 +0100 Subject: initial commit --- Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Dockerfile (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..77ecf3d --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +FROM ghcr.io/steamcmd/steamcmd:debian-13 +WORKDIR /app + +RUN apt-get update && apt-get install -y --no-install-recommends \ + jq \ + && rm -rf /var/lib/apt/lists/* + +COPY entrypoint.bash / +RUN chmod +x /entrypoint.bash +ENTRYPOINT [ "/entrypoint.bash" ] \ No newline at end of file -- cgit v1.2.3