Add curl and jq to runtime image
continuous-integration/drone/push Build is passing Details

main
James Mills 2 months ago
parent 162f433f7c
commit b137b085d4
Signed by: prologic
GPG Key ID: AC4C014F1440EBD6

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

Loading…
Cancel
Save