installing icecast adds user/group
This commit is contained in:
parent
b49b850fbe
commit
be2a172473
@ -13,8 +13,6 @@ LABEL org.opencontainers.image.base.name="docker.io/library/alpine/latest"
|
|||||||
ENV CONFIG_FILE="/etc/icecast.xml"
|
ENV CONFIG_FILE="/etc/icecast.xml"
|
||||||
|
|
||||||
RUN apk add --no-cache icecast && \\
|
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 && \\
|
mkdir /icecast && \\
|
||||||
chown icecast:icecast /icecast
|
chown icecast:icecast /icecast
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user