Skip to content

Commit a3b1644

Browse files
authored
GMSH added to docker image
1 parent 3069b72 commit a3b1644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.cmake-cgcore

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ RUN PRJ=occt-V7_1_0 &&\
108108
cmake --build build/${PRJ} --parallel 4 --target install
109109
#==========================================
110110
RUN PRJ=gmsh-4.13.1-Linux64-sdk &&\
111-
curl -L https://gmsh.info/bin/Linux/${PRJ}.tgz | tar xz --directory install &&\
111+
curl -L https://gmsh.info/bin/Linux/${PRJ}.tgz | tar xz --directory install
112112
#==========================================

0 commit comments

Comments
 (0)