R4R: update dockerfile with makefile changes (#3351)

This commit is contained in:
mircea-c 2019-01-22 21:08:39 -05:00 committed by Jack Zampolin
parent bf59291a79
commit b2ae4ed573

View File

@ -16,7 +16,7 @@ COPY . .
# Install minimum necessary dependencies, build Cosmos SDK, remove packages
RUN apk add --no-cache $PACKAGES && \
make tools && \
make get_vendor_deps && \
make vendor-deps && \
make build && \
make install