Skip to content

Commit

Permalink
Add curl to dockerfile for health check purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
tornadocontrib authored Jan 11, 2025
1 parent 82e963e commit 00584c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN cd /go-ethereum && go run build/ci.go install -static ./cmd/geth
# Pull Geth into a second stage deploy alpine container
FROM alpine:latest

RUN apk add --no-cache ca-certificates
RUN apk add --no-cache ca-certificates curl
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/

EXPOSE 8545 8546 30303 30303/udp
Expand Down

0 comments on commit 00584c8

Please sign in to comment.