X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3a816097761a15bff5b8ea804568262bb13c92d..f5f38e5b9cdacbf1ba1705bb7ed592b59f8e8712:/tools/docker/Dockerfile.build-deps diff --git a/tools/docker/Dockerfile.build-deps b/tools/docker/Dockerfile.build-deps index b5b814463d..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 @@ -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 \