Skip to content

Commit 19ba738

Browse files
committed
recursive submodule update in libcombine
1 parent aec23be commit 19ba738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ RUN mkdir -p $TMP_DIR && cd $TMP_DIR \
706706
--depth=1 \
707707
https://github.com/sbmlteam/libCombine.git \
708708
&& cd libCombine \
709-
&& git submodule update --init submodules/zipper \
709+
&& git submodule update --init --recursive submodules/zipper \
710710
&& cd submodules/zipper \
711711
&& git checkout $ZIPPER_VERSION \
712712
&& cd ../../ \

0 commit comments

Comments
 (0)