diff --git a/Docker/dolfin_dic/Dockerfile b/Docker/dolfin_dic/Dockerfile index e7fea2959b86f07cd776f82e418b9e50cd20de7f..0e2949233ebd87c8357162147a617bd91e6a3ff8 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