Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove a space to force update
authorLucas M. Schnorr <schnorr@inf.ufrgs.br>
Fri, 28 May 2021 19:10:50 +0000 (16:10 -0300)
committerLucas M. Schnorr <schnorr@inf.ufrgs.br>
Fri, 28 May 2021 19:10:50 +0000 (16:10 -0300)
tools/docker/Dockerfile.tuto-s4u
tools/docker/Dockerfile.tuto-smpi

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 && \
index 5779b97..8afe10a 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 && \