Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docker smpi tuto: we need libboost-all-dev for replay.cpp
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 24 Oct 2018 22:11:01 +0000 (00:11 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 24 Oct 2018 22:11:01 +0000 (00:11 +0200)
tools/docker/Dockerfile.tuto-smpi

index 546a7c5..1dba690 100644 (file)
@@ -2,7 +2,7 @@
 FROM simgrid/unstable
 
 # - Clone simgrid-template-smpi, as it is needed by the tutorial
-RUN apt update && apt install -y pajeng r-base r-cran-ggplot2 r-cran-dplyr build-essential g++ gfortran git && \
+RUN apt update && apt install -y pajeng r-base r-cran-ggplot2 r-cran-dplyr build-essential g++ gfortran git libboost-all-dev && \
     cd /source && \
-    git clone --depth=1 https://framagit.org/simgrid/simgrid-template-smpi.git simgrid-template-smpi.git && \
+    git clone --depth=1 https://framagit.org/simgrid/simgrid-template-smpi.git simgrid-template-smpi.git && \    
     apt autoremove -y && apt clean && apt autoclean
\ No newline at end of file