repo bloat artifacts errrrywhere

This commit is contained in:
Zach Ramsay 2018-07-04 15:09:06 -04:00
parent bc010ab5fa
commit f7156afee3
1 changed files with 1 additions and 4 deletions

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