installing icecast adds user/group

This commit is contained in:
Hyatt 2022-03-25 09:48:52 -05:00
parent b49b850fbe
commit be2a172473
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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