X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/500491a76fe5e03d18ae705d2d7a7d28571fbb47..911626c0ba5808798ab504a57ddea362d7746a5e:/tools/docker/Dockerfile.build-deps diff --git a/tools/docker/Dockerfile.build-deps b/tools/docker/Dockerfile.build-deps index 8a0415da0a..b453fd9500 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 \ @@ -12,5 +12,8 @@ RUN apt update && \ python3-pip \ doxygen fig2dev \ chrpath \ - libdw-dev libevent-dev libunwind8-dev + libdw-dev libevent-dev libunwind8-dev \ + linkchecker \ + && \ + pip3 install breathe 'sphinx>=1.8.0b1' sphinx_rtd_theme \ No newline at end of file