mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +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支持
|
# php的openssl支持
|
||||||
apk add openssl-libs-static openssl-dev openssl
|
apk add openssl-libs-static openssl-dev openssl
|
||||||
# php的gd支持,如果不需要gd则去掉--enable-gd和下面的依赖
|
# php的gd支持,如果不需要gd则去掉--enable-gd和下面的依赖
|
||||||
apk add libpng-dev
|
apk add libpng-dev libpng-static
|
||||||
|
|
||||||
|
|
||||||
downloadAll && compileLiblzma && compileLibxml2 && \
|
downloadAll && compileLiblzma && compileLibxml2 && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user