mirror of
https://git.mills.io/prologic/zs.git
synced 2024-11-03 01:38:30 -04:00
Add curl and jq to runtime image
This commit is contained in:
parent
162f433f7c
commit
b137b085d4
@ -45,7 +45,7 @@ RUN go install go.mills.io/toc/cmd/toc@latest
|
|||||||
# Runtime
|
# Runtime
|
||||||
FROM alpine:latest
|
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 PUID=1000
|
||||||
ENV PGID=1000
|
ENV PGID=1000
|
||||||
|
Loading…
Reference in New Issue
Block a user