mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
dockingsucks
This commit is contained in:
parent
93da39a0b9
commit
da507bc9da
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ ENV GOPATH /gopath
|
||||||
ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH
|
ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH
|
||||||
|
|
||||||
RUN git clone http://www.github.com/expanse-project/go-expanse.git
|
RUN git clone http://www.github.com/expanse-project/go-expanse.git
|
||||||
RUN cd go-expanse && git checkout develop && make develop
|
RUN cd go-expanse && git checkout develop && make gexp
|
||||||
|
|
||||||
# Install supervisor
|
# Install supervisor
|
||||||
RUN apt-get install -q -y supervisor
|
RUN apt-get install -q -y supervisor
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue