Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
protect against failed get
[simgrid.git] / tools / docker / Dockerfile.tuto-s4u
1 # Base image 
2 FROM simgrid/unstable
3
4 # - Clone simgrid-template-s4u, as it is needed by the tutorial
5 RUN apt install -y pajeng r-base r-cran-ggplot2 r-cran-dplyr cmake g++ git && \
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