From 97b6d93443b680bac63733b3452f603a2592161e Mon Sep 17 00:00:00 2001 From: Martin Genet <martin@mortis.local> Date: Thu, 13 Sep 2018 23:46:17 +0200 Subject: [PATCH] Use INRIA GitLab repos --- Docker/dolfin_dic/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Docker/dolfin_dic/Dockerfile b/Docker/dolfin_dic/Dockerfile index e7fea29..0e29492 100644 --- a/Docker/dolfin_dic/Dockerfile +++ b/Docker/dolfin_dic/Dockerfile @@ -1,8 +1,8 @@ FROM dolfin_dic-dev WORKDIR /home/fenics/code -RUN git clone https://github.com/mgenet/myPythonLibrary.git -RUN git clone https://github.com/mgenet/myVTKPythonLibrary.git -RUN git clone https://github.com/mgenet/vtkpython_cbl.git -RUN git clone https://bitbucket.org/mgenet/dolfin_cm.git -RUN git clone https://bitbucket.org/mgenet/dolfin_dic.git +RUN git clone https://gitlab.inria.fr/mgenet/myPythonLibrary.git +RUN git clone https://gitlab.inria.fr/mgenet/myVTKPythonLibrary.git +RUN git clone https://gitlab.inria.fr/mgenet/vtkpython_cbl.git +RUN git clone https://gitlab.inria.fr/mgenet/dolfin_cm.git +RUN git clone https://gitlab.inria.fr/mgenet/dolfin_dic.git -- GitLab