From a73935e6431eeb3a07bc7bc008653e390d00985e Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 13:57:57 +0000 Subject: [PATCH] correct platform --- icecast/Dockerfile | 3 --- 1 file changed, 3 deletions(-) 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