mirror of
https://github.com/monero-project/monero.git
synced 2025-02-13 01:51:26 -05:00
Merge pull request #4591
991613f8 Dockerfile: init and update submodules (Tyler Baker)
This commit is contained in:
commit
a5e498f859
@ -115,6 +115,7 @@ COPY . .
|
||||
ENV USE_SINGLE_BUILDDIR=1
|
||||
ARG NPROC
|
||||
RUN set -ex && \
|
||||
git submodule init && git submodule update && \
|
||||
rm -rf build && \
|
||||
if [ -z "$NPROC" ] ; \
|
||||
then make -j$(nproc) release-static ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user