Skip to content

Commit

Permalink
Update pySurfMod.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb authored Oct 17, 2023
1 parent a0ebe88 commit b813ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pySurfMod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN wget -nc --quiet https://github.com/pybind/pybind11/archive/v2.2.3.tar.gz &&
make install

# Install fenics
RUN git clone https://bitbucket.org/fenics-project/dolfin && \
RUN git clone https://github.com/Institute-of-Surface-Science/dolfin.git && \
cd dolfin && \
git checkout tags/2019.1.0.post0

Expand Down

0 comments on commit b813ec9

Please sign in to comment.