From 32a9b1745da020afddaeafabc6dd403c9d962265 Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Thu, 22 Jun 2023 18:10:45 -0500 Subject: [PATCH] updated package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0adede..f4dc38b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:latest -RUN apk add --no-cache curl,supercronic +RUN apk add --no-cache curl supercronic COPY entrypoint.sh opt COPY phc.sh opt RUN chmod +x /opt/entrypoint.sh