mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
update dockerfile take out develop branch checkout
This commit is contained in:
parent
ce96716426
commit
89e13e1c80
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ ENV GOPATH /gopath
|
|||
ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH
|
||||
|
||||
RUN git clone http://www.github.com/expanse-project/go-expanse.git
|
||||
RUN cd go-expanse && git checkout develop && make gexp
|
||||
RUN cd go-expanse && make gexp
|
||||
|
||||
# Install supervisor
|
||||
RUN apt-get install -q -y supervisor
|
||||
|
|
|
|||
Loading…
Reference in a new issue