mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Fix gd extension compile test error
This commit is contained in:
parent
660e3d79d7
commit
fe2d9c3224
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user