aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-09-05 21:06:04 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-09-05 21:06:04 +0800
commit8e14bb1448a792072f780dae3db896bbfe366ce7 (patch)
treece74b7b5ae641b053379afe033a16192ec8f7b4c /Dockerfile
parentc91f7beb53ff1ab0376d9aa5fab5a8de8b04631c (diff)
downloaddexon-8e14bb1448a792072f780dae3db896bbfe366ce7.tar.gz
dexon-8e14bb1448a792072f780dae3db896bbfe366ce7.tar.zst
dexon-8e14bb1448a792072f780dae3db896bbfe366ce7.zip
Dockerfile: fix missing SSL certificates
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 17fa40951..eae892499 100644
--- a/Dockerfile
+++ b/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