From 8aaeccc1dd56c5f4d3e0602ebbd7f28a1b57c998 Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 13:20:35 +0000 Subject: [PATCH] adding gettext for envsubst --- icecast/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icecast/Dockerfile b/icecast/Dockerfile index e8941b5..dc2d705 100644 --- a/icecast/Dockerfile +++ b/icecast/Dockerfile @@ -1,5 +1,7 @@ FROM --platform=linux/amd64 pltnk/icecast2 +RUN apk add --no-cache gettext + # Copy template + entrypoint into image COPY icecast.xml.template /etc/icecast2/icecast.xml.template COPY entrypoint.sh /entrypoint.sh