From: Martin Quinson Date: Thu, 11 Jul 2019 13:24:46 +0000 (+0200) Subject: docker/build-deps: install the website dependencies X-Git-Tag: v3.24~306 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/af75490fe004e9204902fe8e83f26339b1662266?ds=sidebyside docker/build-deps: install the website dependencies --- diff --git a/tools/docker/Dockerfile.build-deps b/tools/docker/Dockerfile.build-deps index 904e240ad0..28877d2dfd 100644 --- a/tools/docker/Dockerfile.build-deps +++ b/tools/docker/Dockerfile.build-deps @@ -1,8 +1,12 @@ # Base image FROM debian:testing -# - Install SimGrid's dependencies +# Install the dependencies: +# - of the website +# - of SimGrid itself RUN apt-get --allow-releaseinfo-change update && \ + apt install -y \ + emacs-nox org-mode elpa-ess elpa-htmlize wget unzip r-cran-ggplot2 r-cran-tidyr r-cran-dplyr libtext-bibtex-perl && \ apt install -y \ g++ gcc gfortran default-jdk pybind11-dev \ git \