diff --git a/icecast/Dockerfile b/icecast/Dockerfile index 9efb310..86dab6f 100644 --- a/icecast/Dockerfile +++ b/icecast/Dockerfile @@ -1,8 +1,5 @@ FROM moul/icecast - -RUN apk add --no-cache gettext - # Copy template + entrypoint into image COPY icecast.xml.template /etc/icecast2/icecast.xml.template COPY entrypoint.sh /entrypoint.sh