Merge pull request #187 from peerplays-network/support/docker
Added submodule sync to peerplays compile process
This commit is contained in:
commit
2dbad503c0
1 changed files with 1 additions and 0 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue