Skip to content

Commit 94ec8e9

Browse files
Use bookworm:slim
1 parent e459e44 commit 94ec8e9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ RUN wget -q https://github.com/gorcon/rcon-cli/archive/refs/tags/v${RCON_VERSION
1919
&& go build -v ./cmd/gorcon
2020

2121
#BUILD THE SERVER IMAGE
22-
FROM cm2network/steamcmd:root
22+
FROM --platform=linux/amd64 debian:bookworm-slim
23+
24+
ENV DEBIAN_FRONTEND=noninteractive
2325

2426
RUN apt-get update && apt-get install -y --no-install-recommends \
2527
gettext-base \

0 commit comments

Comments
 (0)