Dockerfile: fix missing SSL certificates

pull/15092/head
Péter Szilágyi 7 years ago
parent c91f7beb53
commit 8e14bb1448
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 1
      Dockerfile

@ -9,6 +9,7 @@ RUN cd /go-ethereum && make geth
# Pull Geth into a second stage deploy alpine container
FROM alpine:latest
RUN apk add --no-cache ca-certificates
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
EXPOSE 8545 8546 30303 30303/udp

Loading…
Cancel
Save