From: Martin Quinson Date: Fri, 5 Oct 2018 21:00:50 +0000 (+0200) Subject: docker: the stable version is enough now that we released X-Git-Tag: v3_22~924 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0c97383ce27d7828a2c20a483277917fcce08ec6?hp=e011a997e0781030a0ae798aca409b799225a190 docker: the stable version is enough now that we released --- diff --git a/tools/docker/Dockerfile.tuto-s4u b/tools/docker/Dockerfile.tuto-s4u index 1753cc1267..7832a80bed 100644 --- a/tools/docker/Dockerfile.tuto-s4u +++ b/tools/docker/Dockerfile.tuto-s4u @@ -1,5 +1,5 @@ # Base image -FROM simgrid/unstable +FROM simgrid/stable # - Clone simgrid-template-s4u, as it is needed by the tutorial RUN apt update && apt install -y pajeng r-base r-cran-ggplot2 r-cran-dplyr cmake g++ git libboost-all-dev&& \