mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
docking is meh
This commit is contained in:
parent
a0c09ab5ce
commit
9964835efd
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ ENV GOROOT /goroot
|
|||
ENV GOPATH /gopath
|
||||
ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH
|
||||
|
||||
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
|
||||
RUN cd go-expanse
|
||||
RUN git checkout develop
|
||||
RUN make gexp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue