Skip to content

Commit

Permalink
Add curl to base image (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer authored Feb 7, 2022
1 parent 7fdc414 commit e23febd
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 @@ -9,7 +9,7 @@ RUN cd /go-ethereum && make geth bootnode
# 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/
COPY --from=builder /go-ethereum/build/bin/bootnode /usr/local/bin/

Expand Down

0 comments on commit e23febd

Please sign in to comment.