add package

This commit is contained in:
2025-11-24 14:08:11 +00:00
parent c3231db171
commit 4434eeab15

View File

@@ -3,7 +3,7 @@ FROM debian:latest as builder
WORKDIR /app
RUN apt-get update \
&& apt-get install --yes icecast2
&& apt-get install --yes icecast2 gettext
COPY icecast.xml.template /etc/icecast2/icecast.xml.template
COPY entrypoint.sh /entrypoint.sh