Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dockerfiles: install our files under /source/ and refresh images
[simgrid.git] / tools / docker / Dockerfile.tuto-s4u
index e25f1e6..305d0c3 100644 (file)
@@ -2,8 +2,7 @@
 FROM simgrid/unstable
 
 # - Clone simgrid-template-s4u, as it is needed by the tutorial
 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