Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'xbt_random' into 'master'
[simgrid.git] / tools / docker / Dockerfile.build-deps
index 28877d2..8bade76 100644 (file)
@@ -6,7 +6,7 @@ FROM debian:testing
 #  - of SimGrid itself
 RUN apt-get --allow-releaseinfo-change update && \
     apt install -y \
-       emacs-nox org-mode elpa-ess elpa-htmlize wget unzip r-cran-ggplot2 r-cran-tidyr r-cran-dplyr libtext-bibtex-perl && \
+       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 \
        git \
@@ -18,6 +18,5 @@ RUN apt-get --allow-releaseinfo-change update && \
        chrpath \
        libdw-dev libevent-dev libunwind8-dev \
        linkchecker \
-       && \
-    pip3 install breathe 'sphinx>=1.8.0b1' sphinx_rtd_theme
+       python3-sphinx python3-breathe python3-sphinx-rtd-theme
                   
\ No newline at end of file