Dockerfile: fix missing SSL certificates

This commit is contained in:
Péter Szilágyi 2017-09-05 16:06:04 +03:00
parent c91f7beb53
commit 8e14bb1448
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
1 changed files with 1 additions and 0 deletions

View File

@ -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