Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docker build-deps: also install the sphinx dependencies
[simgrid.git] / tools / docker / Dockerfile.tuto-s4u
index 8bc81e2..e25f1e6 100644 (file)
@@ -3,6 +3,7 @@ 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++ && \
+    cd /src && \
     git clone --depth=1 https://framagit.org/simgrid/simgrid-template-s4u.git
 
     
\ No newline at end of file