We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed10dfa commit 69fe8dbCopy full SHA for 69fe8db
Dockerfile
@@ -14,7 +14,7 @@ RUN cd /go-ethereum && make geth
14
# Pull Geth into a second stage deploy alpine container
15
FROM alpine:latest
16
17
-RUN apk add --no-cache ca-certificates
+RUN apk add --no-cache ca-certificates curl
18
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
19
20
EXPOSE 8545 8546 8547 30303 30303/udp
0 commit comments