adds curl package for healthchecks
This commit is contained in:
parent
cf5bef2daf
commit
e56b374379
@ -33,7 +33,7 @@ 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 curl && \\
|
||||||
mkdir /icecast && \\
|
mkdir /icecast && \\
|
||||||
chown icecast:icecast /icecast
|
chown icecast:icecast /icecast
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user