From b1d1d63f3fc57469f8dc92dccf64b8a2c60ef1d1 Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 14:45:23 +0000 Subject: [PATCH] mime support --- icecast/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icecast/Dockerfile b/icecast/Dockerfile index c9a25e3..5b83b8c 100644 --- a/icecast/Dockerfile +++ b/icecast/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app RUN apt-get update \ - && apt-get install --yes icecast2 gettext mime-support + && apt-get install --yes icecast2 gettext media-types RUN useradd radio RUN chown -R radio:radio /etc/icecast2 /var/log/icecast2