X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f8f2fab9dcec8a5537ab01f82c12e2f7e0b8370..09392faf42646e631a4e42553e901410eb3e488e:/tools/docker/Dockerfile.tuto-s4u diff --git a/tools/docker/Dockerfile.tuto-s4u b/tools/docker/Dockerfile.tuto-s4u index f1f593946d..bb4f50ff2e 100644 --- a/tools/docker/Dockerfile.tuto-s4u +++ b/tools/docker/Dockerfile.tuto-s4u @@ -1,11 +1,11 @@ # Base image -FROM simgrid/unstable +FROM simgrid/stable RUN apt update && apt -y upgrade # - 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 python-is-python3 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 libeigen3-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 && \