Browse Source

fix Dockerfile.develop

pull/1250/head
Anton Kaliaev 6 years ago
parent
commit
e01650f21d
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      DOCKER/Dockerfile.develop

+ 1
- 0
DOCKER/Dockerfile.develop View File

@ -18,6 +18,7 @@ RUN mkdir -p /go/src/github.com/tendermint/tendermint && \
cd /go/src/github.com/tendermint/tendermint && \
git clone https://github.com/tendermint/tendermint . && \
git checkout develop && \
make get_tools && \
make get_vendor_deps && \
make install && \
cd - && \


Loading…
Cancel
Save