mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 07:15:38 +08:00
Fix gd extension compile test error
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user