Browse Source

add ldconfig cmd to Dockerfile

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

+ 2
- 0
Dockerfile.develop View File

@ -6,6 +6,8 @@ WORKDIR /go/src/github.com/tendermint/abci
COPY Makefile /go/src/github.com/tendermint/abci/
RUN make install_protoc
# see make protoc for details
RUN ldconfig
COPY glide.yaml /go/src/github.com/tendermint/abci/
COPY glide.lock /go/src/github.com/tendermint/abci/


Loading…
Cancel
Save