X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f12cbaef3f926771738d04417465b75050c9526..512273b5dab057e0f93aaed9c09c79d0e4960b61:/tools/docker/Dockerfile.build-deps diff --git a/tools/docker/Dockerfile.build-deps b/tools/docker/Dockerfile.build-deps index 0979cc7f02..7eb4d254df 100644 --- a/tools/docker/Dockerfile.build-deps +++ b/tools/docker/Dockerfile.build-deps @@ -1,5 +1,5 @@ -# Base image -FROM debian:testing +# Base image: bookworm is Debian 12 +FROM debian:bookworm # 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 \ @@ -17,7 +17,8 @@ RUN apt-get --allow-releaseinfo-change update && \ python3-pip \ doxygen fig2dev \ chrpath \ - libdw-dev libevent-dev libunwind8-dev \ - python3-sphinx python3-breathe python3-sphinx-rtd-theme + libevent-dev \ + python3-sphinx python3-breathe python3-sphinx-rtd-theme && \ + apt clean && apt autoclean # linkchecker \