From 2b9593e897ff1859919be14dc49584f574d9b83e Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 2 Dec 2024 15:37:20 +0800 Subject: [PATCH] dockerfile: try --no-tests --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a183a0..8013b8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ RUN ls -l /data/*; \ # cat auto/cc/gcc |grep CFLAGS; \ # sbin/nginx: 13M > 5.9M sed -i "s^CFLAGS\=\"\$CFLAGS\ \-g\"^#CFLAGS=\"\$CFLAGS \-g\"^g" auto/cc/gcc; \ - ./configure \ + ./configure --no-tests \ --with-cc-opt="-static" \ --with-ld-opt="-static" \ --with-cpu-opt="generic" \