mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-02 22:27:19 +00:00
update dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user