good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit c04598f2 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

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

parent 96778a1c
Branches
Tags
No related merge requests found
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 && \
......
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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment