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