Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
initial support for pybind11: Python bindings of S4U are underway
[simgrid.git] / tools / docker / Dockerfile.build-deps
index 3a296f3..4e76b83 100644 (file)
@@ -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 \