From 98cf5d9ba6f3b514a98b9b0d385c2cfe0eec7f4e Mon Sep 17 00:00:00 2001 From: Roshan Syed Date: Thu, 17 Oct 2019 11:47:38 -0300 Subject: [PATCH] Added submodule sync to peerplays compile process --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8a970e39..c20b4bea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \