From 086269749138793ee3993bae57c93618be28ea02 Mon Sep 17 00:00:00 2001 From: Rily Dunlap Date: Wed, 9 Nov 2022 17:59:00 +0000 Subject: [PATCH] Update Dockerfile - forced update of submodules --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a76c136..c9b52077 100644 --- a/Dockerfile +++ b/Dockerfile @@ -92,13 +92,13 @@ RUN \ WORKDIR /home/peerplays/ ## Clone Peerplays -#RUN \ +RUN \ # git clone https://gitlab.com/PBSA/peerplays.git && \ # cd peerplays && \ # git checkout develop && \ -# git submodule update --init --recursive && \ -# git branch --show-current && \ -# git log --oneline -n 5 + git submodule update --init --recursive && \ + git branch --show-current && \ + git log --oneline -n 5 # Add local source ADD . peerplays