Skip to content

Commit

Permalink
Update tools/docker/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Gerasimos Chourdakis <makishourdakis@gmail.com>
  • Loading branch information
valentin-seitz and MakisH authored Jul 20, 2023
1 parent 675eab1 commit 5535fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG OPENFOAM_EXECUTABLE=openfoam2112
# Install OpenFOAM
RUN apt-get update &&\
wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | bash &&\
apt-get -qq install $OPENFOAM_EXECUTABLE-dev git
apt-get -qq install ${OPENFOAM_EXECUTABLE}-dev git

ARG OPENFOAM_ADAPTER_REF=develop
# Build the OpenFOAM adapter
Expand Down

0 comments on commit 5535fbc

Please sign in to comment.