containers/docker: update to alpine 3.5, add CA certificates

pull/3599/head
Péter Szilágyi 8 years ago
parent 96778a1c21
commit c04598f2b0
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 4
      containers/docker/develop-alpine/Dockerfile
  2. 4
      containers/docker/master-alpine/Dockerfile

@ -1,7 +1,7 @@
FROM alpine:3.4
FROM alpine:3.5
RUN \
apk add --update go git make gcc musl-dev && \
apk add --update go git make gcc musl-dev ca-certificates && \
git clone --depth 1 https://github.com/ethereum/go-ethereum && \
(cd go-ethereum && make geth) && \
cp go-ethereum/build/bin/geth /geth && \

@ -1,7 +1,7 @@
FROM alpine:3.4
FROM alpine:3.5
RUN \
apk add --update go git make gcc musl-dev && \
apk add --update go git make gcc musl-dev ca-certificates && \
git clone --depth 1 --branch release/1.5 https://github.com/ethereum/go-ethereum && \
(cd go-ethereum && make geth) && \
cp go-ethereum/build/bin/geth /geth && \

Loading…
Cancel
Save