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