Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make test pass. The finalization barrier is needed in this case, which is suboptimal.
[simgrid.git] / tools / docker / Dockerfile.tuto-smpi
index 5779b97..989fd59 100644 (file)
@@ -1,7 +1,9 @@
 # Base image 
 FROM simgrid/stable
 
-RUN apt update && apt -y upgrade 
+# https://stackoverflow.com/questions/35134713/disable-cache-for-specific-run-commands
+ADD "http://deb.debian.org/debian/dists/testing/Release" skipcache
+RUN apt update && apt -y upgrade
 
 RUN apt install -y sudo && \
     groupadd -g 999 user && \