diff --git a/build-icecast.jenkins b/build-icecast.jenkins index bf56f3d..bd2896e 100644 --- a/build-icecast.jenkins +++ b/build-icecast.jenkins @@ -13,8 +13,6 @@ LABEL org.opencontainers.image.base.name="docker.io/library/alpine/latest" ENV CONFIG_FILE="/etc/icecast.xml" RUN apk add --no-cache icecast && \\ - addgroup -S -g 1000 icecast && \\ - adduser --disabled-password -G icecast --gecos "application account" --home "/icecast" --shell "/sbin/nologin" --uid 1000 icecast && \\ mkdir /icecast && \\ chown icecast:icecast /icecast