We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106bdc1 commit 4a9a1acCopy full SHA for 4a9a1ac
freefem-docker/Dockerfile
@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \
29
ENV DIRPATH /root/FreeFem-sources
30
31
# Copy FreeFEM repository
32
-RUN git clone --depth 1 -b develop --single-branch https://github.com/FreeFem/FreeFem-sources.git $DIRPATH
+RUN git clone --depth 1 --single-branch https://github.com/FreeFem/FreeFem-sources.git $DIRPATH
33
34
WORKDIR $DIRPATH
35
0 commit comments