Skip to content

Commit

Permalink
checkout working commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter9192 committed Oct 30, 2023
1 parent b259083 commit b32bb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt clean && apt autoclean && apt update --fix-missing && apt upgrade -y &&
WORKDIR /usr/src/sfincs
# ARG SFINCS_VERSION=feature/48-extend-bmi-functionality
ARG SFINCS_VERSION=main
RUN git clone -b ${SFINCS_VERSION} --depth 1 https://github.com/Deltares/SFINCS .
RUN git clone -b ${SFINCS_VERSION} https://github.com/Deltares/SFINCS . && git checkout a5136da72ad48e562dbaeba5ade2a9007f6c75c0
WORKDIR /usr/src/sfincs/source
RUN chmod -R 777 autogen.sh
# -fallow-argument-mismatch needed for https://github.com/Unidata/netcdf-fortran/issues/212
Expand Down

0 comments on commit b32bb00

Please sign in to comment.