# Base image: bookworm is Debian 12 FROM debian:bookworm # 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 pybind11-dev \ git \ valgrind \ libboost-dev libboost-all-dev \ libeigen3-dev \ cmake \ python3-pip \ doxygen fig2dev \ chrpath \ libevent-dev \ python3-sphinx python3-breathe python3-sphinx-rtd-theme && \ apt clean && apt autoclean # linkchecker \