Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove a space to force update
[simgrid.git] / tools / docker / Dockerfile.tuto-s4u
index 05f4f7f..ee35b96 100644 (file)
@@ -1,7 +1,7 @@
 # Base image 
 FROM simgrid/stable
 
-RUN apt update && apt -y upgrade 
+RUN apt update && apt -y upgrade
 
 RUN apt install -y sudo && \
     groupadd -g 999 user && \