From 1afab86948eace456804087f24ce22b03eafefea Mon Sep 17 00:00:00 2001 From: Anna Rift Date: Fri, 14 Feb 2025 11:29:15 -0800 Subject: [PATCH] Generalize comment on excluding .git Signed-off-by: Anna Rift --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f9b9c121cf3..1edd027776d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ RUN make cleanall # Hack to get access to Chapel binaries RUN cd $CHPL_HOME/bin && ln -s */* . -# The .git folder is huge and we really don't need it. +# Remove some unneeded files to reduce image size RUN rm -rf .git RUN for subdir in `ls test || true`; do \ if [ "$subdir" != "release" ]; then \