X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3f0136f52caa79bcba191716085f9c73f1ab125..343da621d4fc46b8d15c839a5e21bb45fce68e27:/tools/docker/Dockerfile.build-deps diff --git a/tools/docker/Dockerfile.build-deps b/tools/docker/Dockerfile.build-deps index 904e240ad0..8bade76d7b 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 \ + bibclean 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 \ @@ -14,6 +18,5 @@ RUN apt-get --allow-releaseinfo-change update && \ chrpath \ libdw-dev libevent-dev libunwind8-dev \ linkchecker \ - && \ - pip3 install breathe 'sphinx>=1.8.0b1' sphinx_rtd_theme + python3-sphinx python3-breathe python3-sphinx-rtd-theme \ No newline at end of file