Skip to content

Commit

Permalink
Back to master instead of develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
prj- committed Feb 10, 2020
1 parent 106bdc1 commit 4a9a1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freefem-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \
ENV DIRPATH /root/FreeFem-sources

# Copy FreeFEM repository
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

WORKDIR $DIRPATH

Expand Down

0 comments on commit 4a9a1ac

Please sign in to comment.