From 58b32714c1f413dafff882c8434f4ce22d220b0e Mon Sep 17 00:00:00 2001 From: Sven Berger Date: Tue, 17 Oct 2023 03:03:25 +0200 Subject: [PATCH] Update pySurfMod.dockerfile --- pySurfMod.dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pySurfMod.dockerfile b/pySurfMod.dockerfile index eea3f14..0af3ae3 100644 --- a/pySurfMod.dockerfile +++ b/pySurfMod.dockerfile @@ -69,8 +69,7 @@ RUN wget -nc --quiet https://github.com/pybind/pybind11/archive/v2.2.3.tar.gz && # Install fenics RUN git clone https://github.com/Institute-of-Surface-Science/dolfin.git && \ - cd dolfin && \ - git checkout tags/2019.1.0.post0 + cd dolfin # Install mshr RUN git clone https://github.com/Institute-of-Surface-Science/mshr.git && \