X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4de2a148bea34f550b79c07fb5e80ac36e6aa0e9..206d815a5fa8cea6ab00e40b1736d2a4bf2c50b7:/tools/docker/Dockerfile.build-deps?ds=sidebyside diff --git a/tools/docker/Dockerfile.build-deps b/tools/docker/Dockerfile.build-deps index 0979cc7f02..8fdaa14d53 100644 --- a/tools/docker/Dockerfile.build-deps +++ b/tools/docker/Dockerfile.build-deps @@ -1,5 +1,5 @@ # Base image -FROM debian:testing +FROM debian:11 # Install the dependencies: # - of the website @@ -8,7 +8,7 @@ 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 \ + g++ gcc gfortran pybind11-dev \ git \ valgrind \ libboost-dev libboost-all-dev \ @@ -18,6 +18,7 @@ RUN apt-get --allow-releaseinfo-change update && \ doxygen fig2dev \ chrpath \ libdw-dev libevent-dev libunwind8-dev \ - python3-sphinx python3-breathe python3-sphinx-rtd-theme + python3-sphinx python3-breathe python3-sphinx-rtd-theme && \ + apt clean && apt autoclean # linkchecker \