update dockerfile

This commit is contained in:
Ethan Buchman
2018-07-24 09:42:08 -04:00
parent f6705f02c7
commit a657870b3d
+3 -3
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