X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a622f231d43c8b1275cf3cf7d3e6c3092bd1f86f..2cfe340b9729c7ee55cf813f6a36f15dc918696b:/tools/docker/Dockerfile.tuto-s4u diff --git a/tools/docker/Dockerfile.tuto-s4u b/tools/docker/Dockerfile.tuto-s4u index e25f1e68d9..305d0c3bc9 100644 --- a/tools/docker/Dockerfile.tuto-s4u +++ b/tools/docker/Dockerfile.tuto-s4u @@ -2,8 +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++ && \ - cd /src && \ - 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 /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