From b137b085d4d838310a15248704f71d064c71809e Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sun, 2 Apr 2023 01:38:22 +1000 Subject: [PATCH] Add curl and jq to runtime image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d19465..361133e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN go install go.mills.io/toc/cmd/toc@latest # Runtime FROM alpine:latest -RUN apk --no-cache -U add su-exec shadow +RUN apk --no-cache -U add su-exec shadow tzdata ca-certificates curl jq ENV PUID=1000 ENV PGID=1000