Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docker: Try to reduce the image sizes
[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++ && \
6     cd /src && \
7     git clone --depth=1 https://framagit.org/simgrid/simgrid-template-s4u.git
8
9