adding gettext for envsubst

This commit is contained in:
2025-11-24 13:20:35 +00:00
parent e708a9964e
commit 8aaeccc1dd

View File

@@ -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