Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The tuto will soon need python3
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 20 Jan 2022 16:07:54 +0000 (17:07 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 20 Jan 2022 17:15:57 +0000 (18:15 +0100)
tools/docker/Dockerfile.tuto-s4u

index 7247b97..c4cb4b3 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
 
 # - 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-tidyverse r-cran-devtools cmake g++ git libboost-dev flex bison libfmt-dev&& \
+RUN apt install -y python-is-python3 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 &&\
     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 &&\