mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Get release/1.6 in ubuntu container
This commit is contained in:
parent
79b11121a7
commit
78d2f887ef
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM ubuntu:xenial
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && apt-get upgrade -q -y && \
|
apt-get update && apt-get upgrade -q -y && \
|
||||||
apt-get install -y --no-install-recommends golang git make gcc libc-dev ca-certificates && \
|
apt-get install -y --no-install-recommends golang git make gcc libc-dev ca-certificates && \
|
||||||
git clone --depth 1 --branch release/1.5 https://github.com/ethereum/go-ethereum && \
|
git clone --depth 1 --branch release/1.6 https://github.com/ethereum/go-ethereum && \
|
||||||
(cd go-ethereum && make geth) && \
|
(cd go-ethereum && make geth) && \
|
||||||
cp go-ethereum/build/bin/geth /geth && \
|
cp go-ethereum/build/bin/geth /geth && \
|
||||||
apt-get remove -y golang git make gcc libc-dev && apt autoremove -y && apt-get clean && \
|
apt-get remove -y golang git make gcc libc-dev && apt autoremove -y && apt-get clean && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue