Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / tools / docker / Dockerfile.tuto-s4u
index 8bc81e2..7832a80 100644 (file)
@@ -1,8 +1,8 @@
 # Base image 
-FROM simgrid/unstable
+FROM simgrid/stable
 
 # - 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 update && apt install -y pajeng r-base r-cran-ggplot2 r-cran-dplyr cmake g++ git libboost-all-dev&& \
+    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