Add curl and jq to runtime image

This commit is contained in:
James Mills 2023-04-02 01:38:22 +10:00
parent 162f433f7c
commit b137b085d4
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 1 deletions

View File

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