R4R: update dockerfile with makefile changes (#3351)
This commit is contained in:
parent
bf59291a79
commit
b2ae4ed573
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user