Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modify test to run latest libsupernode.so at least once.
[simgrid.git] / tools / docker / Dockerfile.build-deps
index afbd2a6..0979cc7 100644 (file)
@@ -1,4 +1,4 @@
-# Base image 
+# Base image
 FROM debian:testing
 
 # Install the dependencies:
@@ -12,6 +12,7 @@ RUN apt-get --allow-releaseinfo-change update && \
        git \
        valgrind \
        libboost-dev libboost-all-dev \
+       libeigen3-dev \
        cmake \
        python3-pip \
        doxygen fig2dev \