mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 21:54:15 -04:00
Merge pull request #4584
26e0cecb
Dockerfile: init and update submodules (Tyler Baker)
This commit is contained in:
commit
5f4e1fcc90
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue