]> AND Public Git Repository - simgrid.git/blobdiff - tools/docker/Dockerfile.unstable
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove last bits of Lua bindings.
[simgrid.git] / tools / docker / Dockerfile.unstable
index 3f23afd33bec4b6652890f38366063e8c3c69a58..d0f23b7426b5081e9ae6312cbb30148af2d717bd 100644 (file)
@@ -1,7 +1,7 @@
-# Base image 
+# Base image
 FROM debian:testing
 
-# - Install SimGrid's dependencies 
+# - Install SimGrid's dependencies
 # - Compile and install SimGrid itself. Clean the tree.
 # - Remove everything that was installed, and re-install what's needed by the SimGrid libraries before the Gran Final Cleanup
 RUN apt-get --allow-releaseinfo-change update && apt -y upgrade && \