mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-05 11:31:16 +00:00
Switch dependency management to dep from glide (#202)
This commit is contained in:
committed by
Anton Kaliaev
parent
192fb2aabc
commit
3d5f0a8b94
@@ -13,9 +13,9 @@ RUN apt-get update && apt-get install -y \
|
||||
psmisc \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY glide.yaml /go/src/github.com/tendermint/abci/
|
||||
COPY glide.lock /go/src/github.com/tendermint/abci/
|
||||
COPY Gopkg.toml /go/src/github.com/tendermint/abci/
|
||||
COPY Gopkg.lock /go/src/github.com/tendermint/abci/
|
||||
COPY . /go/src/github.com/tendermint/abci
|
||||
|
||||
RUN make get_vendor_deps
|
||||
|
||||
COPY . /go/src/github.com/tendermint/abci
|
||||
|
||||
Reference in New Issue
Block a user