Skip to content

Commit

Permalink
Update Dockerfile for gometalinter requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgoes committed May 7, 2018
1 parent 7e0379f commit 1ad820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ad820f

Please sign in to comment.