Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not remove smpi run dependencies from docker images
[simgrid.git] / tools / docker / Dockerfile.stable
index b898611..011ae00 100644 (file)
@@ -17,6 +17,6 @@ RUN echo "DOWNLOAD_URL: ${DLURL}" && \
     make -j4 && \
     mkdir debian/ && touch debian/control && dpkg-shlibdeps --ignore-missing-info lib/*.so -llib/ -O/tmp/deps && \
     make install && make clean && \
-    apt remove -y  g++ gcc git valgrind gfortran libboost-dev libboost-all-dev libeigen3-dev cmake dpkg-dev wget python3-dev pybind11-dev && \
+    apt remove -y git valgrind libeigen3-dev cmake dpkg-dev wget python3-dev pybind11-dev && \
     apt install `sed -e 's/shlibs:Depends=//' -e 's/([^)]*)//g' -e 's/,//g' /tmp/deps` && \
     apt autoremove -y && apt autoclean && apt clean