Skip to content

Commit

Permalink
R4R: update dockerfile with makefile changes (cosmos#3351)
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-c authored and jackzampolin committed Jan 23, 2019
1 parent bf59291 commit b2ae4ed
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 @@ -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

Expand Down

0 comments on commit b2ae4ed

Please sign in to comment.