Skip to content

Commit a769269

Browse files
authored
Init and update submodules in Dockerfile (#168)
1 parent 7b912f1 commit a769269

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/Dockerfile.firedrake-parmmg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN git clone https://github.com/mesh-adaptation/adapt_common.git && \
1212
git clone https://github.com/mesh-adaptation/animate.git && \
1313
git clone https://github.com/mesh-adaptation/movement.git && \
1414
git clone https://github.com/mesh-adaptation/goalie.git && \
15+
cd animate && git submodule init && git submodule update && cd .. && \
16+
cd movement && git submodule init && git submodule update && cd .. && \
1517
pip install -e adapt_common[dev] && \
1618
pip install -e animate[dev] && \
1719
pip install -e movement[dev] && \

0 commit comments

Comments
 (0)