We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3069b72 commit a3b1644Copy full SHA for a3b1644
dockerfiles/Dockerfile.cmake-cgcore
@@ -108,5 +108,5 @@ RUN PRJ=occt-V7_1_0 &&\
108
cmake --build build/${PRJ} --parallel 4 --target install
109
#==========================================
110
RUN PRJ=gmsh-4.13.1-Linux64-sdk &&\
111
- curl -L https://gmsh.info/bin/Linux/${PRJ}.tgz | tar xz --directory install &&\
+ curl -L https://gmsh.info/bin/Linux/${PRJ}.tgz | tar xz --directory install
112
0 commit comments