Update Dockerfile for gometalinter requirement
This commit is contained in:
parent
7e0379f373
commit
1ad820f67c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user