From 1ac4eb822caf97fd333b0b0f01b22a3cbcd20a3e Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Thu, 22 Jun 2023 03:24:19 -0500 Subject: [PATCH] updated instructions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 340434b..f0adede 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -from alpine:latest +FROM alpine:latest RUN apk add --no-cache curl,supercronic COPY entrypoint.sh opt COPY phc.sh opt