From e56b374379b4cec8168a01ec6879d5323303ea76 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Tue, 7 Jun 2022 11:11:28 -0500 Subject: [PATCH] adds curl package for healthchecks --- build-icecast.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-icecast.jenkins b/build-icecast.jenkins index 689b501..d8822b5 100644 --- a/build-icecast.jenkins +++ b/build-icecast.jenkins @@ -33,7 +33,7 @@ LABEL org.opencontainers.image.base.name="docker.io/library/alpine/latest" ENV CONFIG_FILE="/etc/icecast.xml" -RUN apk add --no-cache icecast && \\ +RUN apk add --no-cache icecast curl && \\ mkdir /icecast && \\ chown icecast:icecast /icecast