X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a39a45af5e19dfb8b8ed2cb084b3a6b518d179e4..cd3b75540629d88984e6fc9092f79fae8cc8c52b:/tools/docker/Dockerfile.build-deps diff --git a/tools/docker/Dockerfile.build-deps b/tools/docker/Dockerfile.build-deps index f3ebc9e121..8bade76d7b 100644 --- a/tools/docker/Dockerfile.build-deps +++ b/tools/docker/Dockerfile.build-deps @@ -1,10 +1,14 @@ # Base image FROM debian:testing -# - Install SimGrid's dependencies -RUN apt update && \ +# Install the dependencies: +# - of the website +# - of SimGrid itself +RUN apt-get --allow-releaseinfo-change update && \ apt install -y \ - g++ gcc gfortran default-jdk \ + 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 \ valgrind \ libboost-dev libboost-all-dev \ @@ -13,6 +17,6 @@ RUN apt update && \ doxygen fig2dev \ chrpath \ libdw-dev libevent-dev libunwind8-dev \ - && \ - pip3 install breathe exhale sphinx>=1.8.0b1 sphinx_rtd_theme + linkchecker \ + python3-sphinx python3-breathe python3-sphinx-rtd-theme \ No newline at end of file