Skip to content

Commit 3069b72

Browse files
authored
Update Dockerfile.cmake-cgcore
1 parent 4f019f4 commit 3069b72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dockerfiles/Dockerfile.cmake-cgcore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,6 @@ RUN PRJ=occt-V7_1_0 &&\
107107
cmake -S src/${PRJ} -B build/${PRJ} -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}/${PRJ} &&\
108108
cmake --build build/${PRJ} --parallel 4 --target install
109109
#==========================================
110+
RUN PRJ=gmsh-4.13.1-Linux64-sdk &&\
111+
curl -L https://gmsh.info/bin/Linux/${PRJ}.tgz | tar xz --directory install &&\
112+
#==========================================

0 commit comments

Comments
 (0)