X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45f06afb0fe809e300f707ae1f94feb81d73ff03..a39a45af5e19dfb8b8ed2cb084b3a6b518d179e4:/tools/docker/Dockerfile.tuto-s4u diff --git a/tools/docker/Dockerfile.tuto-s4u b/tools/docker/Dockerfile.tuto-s4u index 8bc81e2291..777897c4cf 100644 --- a/tools/docker/Dockerfile.tuto-s4u +++ b/tools/docker/Dockerfile.tuto-s4u @@ -2,7 +2,7 @@ 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 clone --depth=1 https://framagit.org/simgrid/simgrid-template-s4u.git - - \ No newline at end of file +RUN apt install -y pajeng r-base r-cran-ggplot2 r-cran-dplyr cmake g++ git && \ + cd /src && \ + 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