Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Split the Comm observers to their own files
[simgrid.git] / tools / docker / Dockerfile.build-deps
index f4dfef2..53f36c0 100644 (file)
@@ -1,4 +1,4 @@
-# Base image 
+# Base image
 FROM debian:testing
 
 # Install the dependencies:
@@ -17,7 +17,6 @@ RUN apt-get --allow-releaseinfo-change update && \
        doxygen fig2dev \
        chrpath \
        libdw-dev libevent-dev libunwind8-dev \
-       linkchecker \
-       && \
-    pip3 install breathe 'sphinx>=1.8.0b1' sphinx_rtd_theme
-                  
\ No newline at end of file
+       python3-sphinx python3-breathe python3-sphinx-rtd-theme
+
+#        linkchecker \