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