aboutsummaryrefslogtreecommitdiffstats
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
parentc91f7beb53ff1ab0376d9aa5fab5a8de8b04631c (diff)
downloadgo-tangerine-8e14bb1448a792072f780dae3db896bbfe366ce7.tar.gz
go-tangerine-8e14bb1448a792072f780dae3db896bbfe366ce7.tar.zst
go-tangerine-8e14bb1448a792072f780dae3db896bbfe366ce7.zip
Dockerfile: fix missing SSL certificates
-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
title='2015-01-31 23:10:24 +0800'>2015-01-311-1/+1 * Update to 1.6.4.adamw2015-01-142-5/+4 * DATADIR needs to be created as an empty dir for geoipupdate.sh.adamw2014-11-172-0/+2 * Update to 1.6.3. Add LICENSE.adamw2014-10-303-6/+8 * Create the temporary directory within DATADIR, to ensure they're createdadamw2014-10-133-6/+3 * Rather than fetching the data files and piping them through gunzip,adamw2014-09-072-11/+13 * - Update GeoIP to 1.6.2 and switch to its new github location.adamw2014-08-273-6/+16 * Ensure that DATADIR exists before attempting to fetch the data filesadamw2014-08-122-26/+26 * Fix build as unprivileged user again, adding patch-man__Makefile.am.mandree2014-08-121-0/+17 * Remove :oldver from GeoIP's USES=libtool. This allows the port to installadamw2014-08-122-3/+4 * Give at least some indication of what is happening.adamw2014-07-281-0/+3