Merge pull request #187 from peerplays-network/support/docker

Added submodule sync to peerplays compile process
This commit is contained in:
pbattu123 2020-02-12 16:08:39 -04:00 committed by GitHub
commit 2dbad503c0
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 && \