Added submodule sync to peerplays compile process

This commit is contained in:
Roshan Syed 2019-10-17 11:47:38 -03:00 committed by GitHub
parent 7b1d31e8d2
commit 98cf5d9ba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ WORKDIR /peerplays-core
# Compile Peerplays
RUN \
BOOST_ROOT=$HOME/boost_1_67_0 && \
git submodule sync --recursive && \
git submodule update --init --recursive && \
mkdir build && \
mkdir build/release && \