mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
docker update 2
This commit is contained in:
parent
f530fb8150
commit
338fcf7b3d
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ RUN apt-get dist-upgrade -q -y
|
|||
RUN apt-get install -q -y unattended-upgrades
|
||||
|
||||
# Install Expanse
|
||||
RUN apt-get install -q -s git binutils bison gcc make libgmp3-dev
|
||||
RUN bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
|
||||
RUN apt-get install -q -s curl git mercurial binutils bison gcc make libgmp3-dev build-essential
|
||||
RUN curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer | bash
|
||||
RUN go install go1.4
|
||||
RUN gvm use go1.4 --default
|
||||
RUN git clone http://www.github.com/expanse-project/go-expanse.git && cd go-expanse
|
||||
|
|
|
|||
Loading…
Reference in a new issue