We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考dev,ln -s 了pecl到pecl8还是pecl8 not found swoole目录下的dockerfile应该如何正确添加相关extension
The text was updated successfully, but these errors were encountered:
试试用 alpine-3.12 版本。然后安装 imagick (打个比方)的时候使用 apk add --update-cache php-imagick 的形式安装扩展,而不是 pecl。
apk add --update-cache php-imagick
其他扩展可参考:https://github.com/codecasts/php-alpine/#available-packages
Sorry, something went wrong.
No branches or pull requests
参考dev,ln -s 了pecl到pecl8还是pecl8 not found
swoole目录下的dockerfile应该如何正确添加相关extension
The text was updated successfully, but these errors were encountered: