From fe2d9c3224c1c3bd6cd2d145af1f59b98d843c47 Mon Sep 17 00:00:00 2001 From: Whale Date: Mon, 26 Apr 2021 18:20:07 +0800 Subject: [PATCH] Fix gd extension compile test error --- static-compile-php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-compile-php.sh b/static-compile-php.sh index 1241e617..f3192783 100644 --- a/static-compile-php.sh +++ b/static-compile-php.sh @@ -165,7 +165,7 @@ apk add oniguruma-dev # php的openssl支持 apk add openssl-libs-static openssl-dev openssl # php的gd支持,如果不需要gd则去掉--enable-gd和下面的依赖 -apk add libpng-dev +apk add libpng-dev libpng-static downloadAll && compileLiblzma && compileLibxml2 && \