mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
feat: Dockerfile apk add curl jq (#5047)
This commit is contained in:
parent
c58a3be765
commit
29234b4fc2
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user