Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Docker: syntax error
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 21 Jan 2022 14:22:05 +0000 (15:22 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 21 Jan 2022 14:22:05 +0000 (15:22 +0100)
tools/docker/Dockerfile.tuto-s4u

index 687551a..3e0f308 100644 (file)
@@ -9,7 +9,7 @@ RUN apt install -y python-is-python3 pajeng r-base r-cran-tidyverse r-cran-devto
     cd /source && \
     git clone --depth=1 https://framagit.org/simgrid/simgrid-template-s4u.git simgrid-template-s4u.git && \
     printf "master-workers ping-pong:\n\t@echo \"Please run the following command before make:\";echo \"    cmake .\"; exit 1" > Makefile &&\
-    apt autoremove -y && apt clean && apt autoclean && \
+    apt autoremove -y && apt clean && apt autoclean
 
 RUN Rscript -e "library(devtools); install_github('schnorr/pajengr');"