feat: Dockerfile apk add curl jq (#5047)

This commit is contained in:
Mark Shields 2022-08-13 22:04:15 -04:00 committed by GitHub
parent c58a3be765
commit 29234b4fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/root/.cache \
FROM docker.io/library/alpine:3.15
RUN apk add --no-cache ca-certificates libstdc++ tzdata
RUN apk add --no-cache ca-certificates curl libstdc++ jq tzdata
# copy compiled artifacts from builder
COPY --from=builder /app/build/bin/* /usr/local/bin/