From b813ec9ddb04dd93add1e17b4037dc03a901bcd5 Mon Sep 17 00:00:00 2001 From: Sven Berger Date: Tue, 17 Oct 2023 02:27:35 +0200 Subject: [PATCH] Update pySurfMod.dockerfile --- pySurfMod.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySurfMod.dockerfile b/pySurfMod.dockerfile index 0286817..eea3f14 100644 --- a/pySurfMod.dockerfile +++ b/pySurfMod.dockerfile @@ -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