hyperf / hyperf-docker

🐳 The docker image offered by Hyperf.
https://hub.docker.com/r/hyperf/hyperf
306 stars 204 forks source link

为什么swoole部分的的php8添加了pecl后提示未找到pecl #46

Open supine-win opened 2 years ago

supine-win commented 2 years ago

参考dev,ln -s 了pecl到pecl8还是pecl8 not found swoole目录下的dockerfile应该如何正确添加相关extension

Linnzh commented 1 year ago

试试用 alpine-3.12 版本。然后安装 imagick (打个比方)的时候使用 apk add --update-cache php-imagick 的形式安装扩展,而不是 pecl。

其他扩展可参考:https://github.com/codecasts/php-alpine/#available-packages