mime support

This commit is contained in:
2025-11-24 14:44:20 +00:00
parent 2a6d378710
commit c505d1b297

View File

@@ -7,7 +7,7 @@ RUN apt-get update \
&& apt-get install --yes icecast2 gettext && apt-get install --yes icecast2 gettext
RUN useradd radio 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 USER radio
COPY icecast.xml.template /etc/icecast2/icecast.xml.template COPY icecast.xml.template /etc/icecast2/icecast.xml.template