hyperf / hyperf-docker

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

安装rdkafka扩展时 pecl not found #36

Closed wsmike closed 2 years ago

wsmike commented 2 years ago

docker run --name hyperf \ --privileged -u root \ --entrypoint /bin/sh \ hyperf/hyperf:7.4-alpine-v3.11-swoole

apk add --no-cache librdkafka-dev \ && pecl install rdkafka \ && echo "extension=rdkafka.so" > /etc/php7/conf.d/rdkafka.ini

1638515084(1)

limingxinleo commented 2 years ago

先自己装一下基础套件

wsmike commented 2 years ago

ok