mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-31 03:16:21 +00:00
add ldconfig cmd to Dockerfile
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user