Update Dockerfile for gometalinter requirement

This commit is contained in:
Christopher Goes 2018-05-04 06:13:23 +02:00
parent 7e0379f373
commit 1ad820f67c
No known key found for this signature in database
GPG Key ID: E828D98232D328D3

View File

@ -26,7 +26,7 @@ ADD . $REPO_PATH
# Install minimum necessary dependencies, build Cosmos SDK, remove packages
RUN apk add --no-cache $PACKAGES && \
cd $REPO_PATH && make get_tools && make get_vendor_deps && make all && make install && \
cd $REPO_PATH && make get_tools && make get_vendor_deps && make build && make install && \
apk del $PACKAGES
# Set entrypoint