Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / tools / docker / Dockerfile.build-deps
index 8fdaa14..7eb4d25 100644 (file)
@@ -1,5 +1,5 @@
-# Base image
-FROM debian:11
+# Base image: bookworm is Debian 12
+FROM debian:bookworm
 
 # Install the dependencies:
 #  - of the website
@@ -17,7 +17,7 @@ RUN apt-get --allow-releaseinfo-change update && \
        python3-pip \
        doxygen fig2dev \
        chrpath \
-       libdw-dev libevent-dev libunwind8-dev \
+       libevent-dev \
        python3-sphinx python3-breathe python3-sphinx-rtd-theme && \
     apt clean && apt autoclean