adds curl package for healthchecks

This commit is contained in:
Hyatt 2022-06-07 11:11:28 -05:00
parent cf5bef2daf
commit e56b374379
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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