X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2ad1267f6cbefcc4424910b060cc87fb39c7add6..2cfe340b9729c7ee55cf813f6a36f15dc918696b:/tools/docker/Dockerfile.tuto-s4u?ds=sidebyside diff --git a/tools/docker/Dockerfile.tuto-s4u b/tools/docker/Dockerfile.tuto-s4u index 777897c4cf..305d0c3bc9 100644 --- a/tools/docker/Dockerfile.tuto-s4u +++ b/tools/docker/Dockerfile.tuto-s4u @@ -3,6 +3,6 @@ FROM simgrid/unstable # - Clone simgrid-template-s4u, as it is needed by the tutorial RUN apt install -y pajeng r-base r-cran-ggplot2 r-cran-dplyr cmake g++ git && \ - cd /src && \ + cd /source && \ git clone --depth=1 https://framagit.org/simgrid/simgrid-template-s4u.git simgrid-template-s4u.git && \ apt autoremove -y && apt clean && apt autoclean \ No newline at end of file