Browse Source

update dockerfile

jae/literefactor6
Ethan Buchman 6 years ago
parent
commit
a657870b3d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      test/docker/Dockerfile

+ 3
- 3
test/docker/Dockerfile View File

@ -26,10 +26,10 @@ RUN make get_vendor_deps
COPY . $REPO
# install ABCI CLI
RUN cd abci && make install && cd -
RUN make install_abci
RUN go install ./cmd/tendermint
RUN go install ./abci/cmd/abci-cli
# install Tendermint
RUN make install
# expose the volume for debugging
VOLUME $REPO


Loading…
Cancel
Save