Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docker: the stable version is enough now that we released
[simgrid.git] / tools / docker / Dockerfile.tuto-s4u
1 # Base image 
2 FROM simgrid/stable
3
4 # - Clone simgrid-template-s4u, as it is needed by the tutorial
5 RUN apt update && apt install -y pajeng r-base r-cran-ggplot2 r-cran-dplyr cmake g++ git libboost-all-dev&& \
6     cd /source && \
7     git clone --depth=1 https://framagit.org/simgrid/simgrid-template-s4u.git simgrid-template-s4u.git && \
8     apt autoremove -y && apt clean && apt autoclean