docker/btcd: fix comment in docker file w.r.t old roasbeef fork
This commit is contained in:
parent
584834aa95
commit
054d449316
@ -7,11 +7,10 @@ RUN apk add --no-cache \
|
||||
git \
|
||||
&& go get -u github.com/Masterminds/glide
|
||||
|
||||
WORKDIR $GOPATH/src/github.com/roasbeef/btcd
|
||||
WORKDIR $GOPATH/src/github.com/btcsuite/btcd
|
||||
|
||||
# Grab and install the latest version of roasbeef's fork of btcd and all
|
||||
# related dependencies.
|
||||
RUN git clone https://github.com/roasbeef/btcd . \
|
||||
# Grab and install the latest version of of btcd and all related dependencies.
|
||||
RUN git clone https://github.com/btcsuite/btcd . \
|
||||
&& glide install \
|
||||
&& go install . ./cmd/...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user