hyperf / hyperf-docker

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

hyperf/hyperf:7.3-alpine-v3.11-swoole 无php zlib扩展 #23

Closed ninvfeng closed 3 years ago

ninvfeng commented 3 years ago

hyperf/hyperf:7.3-alpine-v3.11-swoole 无php zlib扩展

docker run -it hyperf/hyperf:7.3-alpine-v3.11-swoole 运行 php -m 查看无zlib扩展

limingxinleo commented 3 years ago

自己装一个吧

ninvfeng commented 3 years ago

apk add --no-cache php7-zlib 装没反应

docker run -it hyperf/hyperf:7.3-alpine-v3.11-swoole / # apk add --no-cache php7-zlib fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz fetch https://dl.bintray.com/php-alpine/v3.11/php-7.3/x86_64/APKINDEX.tar.gz OK: 69 MiB in 90 packages

php -m 查看还是没有, 装不上...

limingxinleo commented 3 years ago

自己编译安装呢?

ninvfeng commented 3 years ago

装不上, 先不管了, 用3.9 (hyperf/hyperf:7.3-alpine-v3.9-swoole) 是正常的

limingxinleo commented 3 years ago

我看了下。。好像是 php-alpine 库的问题

limingxinleo commented 3 years ago

用最新代码,应该解决了

limingxinleo commented 3 years ago

@ninvfeng 同学,抽空帮我测试一发啊

ninvfeng commented 3 years ago

可以了 :+1: 。 辛苦了, 谢谢 :grimacing: