From ddb968a31a00bfa634d05d1848dbdeb43411a9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= Date: Tue, 20 Oct 2020 14:44:05 +0200 Subject: [PATCH] Update link to repo for Info 111 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3264163..167e54f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN conda env update -n base -f environment.yml && rm environment.yml # Install the software stack for each of the following repositories RUN for REPO in \ https://gitlab.u-psud.fr/MethNum/scripts.git \ - https://gitlab.u-psud.fr/Info111/outbound.git \ + https://gitlab.u-psud.fr/Info111/ComputerLab.git \ https://gitlab.u-psud.fr/Info122/Info122.git \ https://github.com/madclam/info113/ \ https://github.com/nthiery/M1-ISD-AlgorithmiqueAvancee \ -- GitLab