Browse Source

repo bloat artifacts errrrywhere

pull/1906/head
Zach Ramsay 6 years ago
parent
commit
f7156afee3
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      test/docker/Dockerfile

+ 1
- 4
test/docker/Dockerfile View File

@ -21,15 +21,12 @@ ADD Makefile Makefile
RUN make get_tools
RUN make get_vendor_deps
# Install the apps
ADD scripts scripts
RUN bash scripts/install_abci_apps.sh
# Now copy in the code
# NOTE: this will overwrite whatever is in vendor/
COPY . $REPO
RUN go install ./cmd/tendermint
RUN go install ./abci/cmd/abci-cli
# expose the volume for debugging
VOLUME $REPO


Loading…
Cancel
Save