mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12: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 \
|
||||
make \
|
||||
musl-dev &&\
|
||||
#Clone
|
||||
#Clone and build
|
||||
git clone --depth 1 https://github.com/ethereum/go-ethereum &&\
|
||||
cd /go-ethereum &&\
|
||||
make geth &&\
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue