Consensys / quorum-docker-Nnodes

Run a bunch of Quorum nodes, each in a separate Docker container.
65 stars 43 forks source link

Dockerfile cannot build successfully #11

Open andrewli315 opened 5 years ago

andrewli315 commented 5 years ago

RUN mkdir istanbul && cd istanbul && GOPATH=/work/istanbul go get github.com/jpmorganchase/istanbul-tools/cmd/istanbul && cp bin/istanbul /usr/local/bin && cd .. && rm -rf istanbul ---> Running in b31e9bfd5873

package github.com/ethereum/go-ethereum/consensus/istanbul: cannot find package "github.com/ethereum/go-ethereum/consensus/istanbul" in any of: /usr/local/go/src/github.com/ethereum/go-ethereum/consensus/istanbul (from $GOROOT) /work/istanbul/src/github.com/ethereum/go-ethereum/consensus/istanbul (from $GOPATH)