mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
containers/docker: add support to go1.10
This commit is contained in:
parent
e27e05001b
commit
5b99ca96b3
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ RUN apk add --no-cache --update \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
make \
|
make \
|
||||||
musl-dev &&\
|
musl-dev &&\
|
||||||
#Clone
|
#Clone and build
|
||||||
git clone --depth 1 https://github.com/ethereum/go-ethereum &&\
|
git clone --depth 1 https://github.com/ethereum/go-ethereum &&\
|
||||||
cd /go-ethereum &&\
|
cd /go-ethereum &&\
|
||||||
make geth &&\
|
make geth &&\
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ RUN apt-get update &&\
|
||||||
cd /go-ethereum &&\
|
cd /go-ethereum &&\
|
||||||
make geth &&\
|
make geth &&\
|
||||||
cp /go-ethereum/build/bin/geth /geth &&\
|
cp /go-ethereum/build/bin/geth /geth &&\
|
||||||
#Cleanup
|
#CleanUp
|
||||||
apt-get remove -y \
|
apt-get remove -y \
|
||||||
golang-1.10 \
|
golang-1.10 \
|
||||||
git \
|
git \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue