Skip to content

Commit

Permalink
Build from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter9192 committed Oct 30, 2023
1 parent 20c44c1 commit 9d074f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ FROM ubuntu:jammy AS sfincs_container
ENV DEBIAN_FRONTEND=noninteractive
RUN apt clean && apt autoclean && apt update --fix-missing && apt upgrade -y && apt install -y libnetcdf-dev build-essential autoconf automake libtool gfortran gdb tzdata m4 git
WORKDIR /usr/src/sfincs
ARG SFINCS_VERSION=feature/48-extend-bmi-functionality
# 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 .
WORKDIR /usr/src/sfincs/source
RUN chmod -R 777 autogen.sh
Expand Down

0 comments on commit 9d074f7

Please sign in to comment.