From: Martin Quinson Date: Mon, 15 Oct 2018 09:31:50 +0000 (+0200) Subject: docker tuto-s4u: Add an empty makefile advising to run cmake before make X-Git-Tag: v3_22~892 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9b8f6d7d762951cde0a6eb43864108f732e13f67 docker tuto-s4u: Add an empty makefile advising to run cmake before make --- diff --git a/tools/docker/Dockerfile.tuto-s4u b/tools/docker/Dockerfile.tuto-s4u index 7832a80bed..022b01e1b5 100644 --- a/tools/docker/Dockerfile.tuto-s4u +++ b/tools/docker/Dockerfile.tuto-s4u @@ -2,7 +2,9 @@ FROM simgrid/stable # - 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 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 && \ + printf "master-workers ping-pong:\n\t@echo \"Please run the following command before make:\";echo \" cmake .\"; exit 1" > Makefile &&\ apt autoremove -y && apt clean && apt autoclean \ No newline at end of file