Update Dockerfile - forced update of submodules
This commit is contained in:
parent
fbbd7c00b9
commit
0862697491
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue