From 0fac5b853ca10f65dec899aca9fb41b13c6651ce Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 14:44:38 +0000 Subject: [PATCH] mime support --- icecast/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icecast/Dockerfile b/icecast/Dockerfile index 23e73c5..c9a25e3 100644 --- a/icecast/Dockerfile +++ b/icecast/Dockerfile @@ -4,10 +4,10 @@ WORKDIR /app RUN apt-get update \ - && apt-get install --yes icecast2 gettext + && apt-get install --yes icecast2 gettext mime-support RUN useradd radio -RUN chown -R radio:radio /etc/icecast2 /var/log/icecast2 mime-support +RUN chown -R radio:radio /etc/icecast2 /var/log/icecast2 USER radio COPY icecast.xml.template /etc/icecast2/icecast.xml.template