Skip to content

Commit 69fe8db

Browse files
committed
add curl in docker image
1 parent ed10dfa commit 69fe8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN cd /go-ethereum && make geth
1414
# Pull Geth into a second stage deploy alpine container
1515
FROM alpine:latest
1616

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

2020
EXPOSE 8545 8546 8547 30303 30303/udp

0 commit comments

Comments
 (0)