Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove a space to force update
[simgrid.git] / tools / docker / Dockerfile.tuto-s4u
index e5dfaa881a936eab7ecc0dd74e6093240a8227d6..ee35b966934ad97fd0c1f7e16cd8b146780b6319 100644 (file)
@@ -1,7 +1,7 @@
 # Base image 
 FROM simgrid/stable
 
-RUN apt update && apt -y upgrade 
+RUN apt update && apt -y upgrade
 
 RUN apt install -y sudo && \
     groupadd -g 999 user && \
@@ -13,7 +13,7 @@ RUN apt install -y sudo && \
 
 # - Clone simgrid-template-s4u, as it is needed by the tutorial
 # - Add an empty makefile advising to run cmake before make, just in case
-RUN apt install -y pajeng r-base r-cran-ggplot2 r-cran-dplyr r-cran-devtools cmake g++ git libboost-all-dev flex bison&& \
+RUN apt install -y pajeng r-base r-cran-tidyverse r-cran-devtools cmake g++ git libboost-dev flex bison libfmt-dev&& \
     cd /source && \
     git clone --depth=1 https://framagit.org/simgrid/simgrid-template-s4u.git simgrid-template-s4u.git && \
     printf "master-workers ping-pong:\n\t@echo \"Please run the following command before make:\";echo \"    cmake .\"; exit 1" > Makefile &&\