Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
replace r-cran-dplyr by r-cran-devtools
authorLucas M. Schnorr <schnorr@inf.ufrgs.br>
Fri, 28 May 2021 14:36:59 +0000 (11:36 -0300)
committerLucas M. Schnorr <schnorr@inf.ufrgs.br>
Fri, 28 May 2021 14:36:59 +0000 (11:36 -0300)
tools/docker/Dockerfile.tuto-s4u

index 1a686fe..05f4f7f 100644 (file)
@@ -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-dev flex bison libfmt-dev&& \
+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 &&\