Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docker: s4u needs libboost-all-dev to compile
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 27 Sep 2018 06:40:17 +0000 (08:40 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 27 Sep 2018 06:40:17 +0000 (08:40 +0200)
tools/docker/Dockerfile.tuto-s4u

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