X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a39a45af5e19dfb8b8ed2cb084b3a6b518d179e4..06e0aac8c49fc60c663cfc65d91f8347d8ffecd1:/tools/docker/Dockerfile.build-deps diff --git a/tools/docker/Dockerfile.build-deps b/tools/docker/Dockerfile.build-deps index f3ebc9e121..4e76b830e1 100644 --- a/tools/docker/Dockerfile.build-deps +++ b/tools/docker/Dockerfile.build-deps @@ -4,7 +4,7 @@ FROM debian:testing # - Install SimGrid's dependencies RUN apt update && \ apt install -y \ - g++ gcc gfortran default-jdk \ + g++ gcc gfortran default-jdk pybind11-dev \ git \ valgrind \ libboost-dev libboost-all-dev \ @@ -14,5 +14,5 @@ RUN apt update && \ chrpath \ libdw-dev libevent-dev libunwind8-dev \ && \ - pip3 install breathe exhale sphinx>=1.8.0b1 sphinx_rtd_theme + pip3 install breathe javasphinx sphinx>=1.8.0b1 sphinx_rtd_theme \ No newline at end of file