mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 18:21:38 +00:00
test: fix docker and apps
This commit is contained in:
@ -10,10 +10,6 @@ RUN apt-get update && \
|
||||
ENV REPO $GOPATH/src/github.com/tendermint/tendermint
|
||||
WORKDIR $REPO
|
||||
|
||||
# Install the apps
|
||||
ADD scripts/install_abci_apps.sh install_abci_apps.sh
|
||||
RUN bash install_abci_apps.sh
|
||||
|
||||
# Install the vendored dependencies before copying code
|
||||
# docker caching prevents reinstall on code change!
|
||||
ADD glide.yaml glide.yaml
|
||||
@ -21,6 +17,10 @@ ADD glide.lock glide.lock
|
||||
ADD Makefile Makefile
|
||||
RUN make get_vendor_deps
|
||||
|
||||
# Install the apps
|
||||
ADD scripts scripts
|
||||
RUN bash scripts/install_abci_apps.sh
|
||||
|
||||
# Now copy in the code
|
||||
COPY . $REPO
|
||||
|
||||
|
Reference in New Issue
Block a user