Skip to content

Commit

Permalink
Dockerfile: init and update submodules
Browse files Browse the repository at this point in the history
The Docker image is failing to build, as the submodules are not being
explicitly initialized and updated.

Fixes: monero-project#4582

Signed-off-by: Tyler Baker <[email protected]>
  • Loading branch information
EmbeddedAndroid committed Oct 14, 2018
1 parent 77e1ebf commit 991613f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; \
Expand Down

0 comments on commit 991613f

Please sign in to comment.