containers/docker: add support to go1.10

This commit is contained in:
Samuel dos Santos 2018-08-12 14:07:11 +01:00 committed by GitHub
parent e27e05001b
commit 5b99ca96b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ RUN apk add --no-cache --update \
linux-headers \
make \
musl-dev &&\
#Clone
#Clone and build
git clone --depth 1 https://github.com/ethereum/go-ethereum &&\
cd /go-ethereum &&\
make geth &&\

View file

@ -17,7 +17,7 @@ RUN apt-get update &&\
cd /go-ethereum &&\
make geth &&\
cp /go-ethereum/build/bin/geth /geth &&\
#Cleanup
#CleanUp
apt-get remove -y \
golang-1.10 \
git \