我正在尝试在高山上使用mysqli
。
我的Dockerfile看起来像这样。
FROM phpearth/php:7.2-lighttpd
RUN apk add --no-cache php7.2-mysqli
运行容器时,我得到Error relocating /usr/lib/php/7.2/modules/mysqli.so: mysqlnd_poll: symbol not found
。我的extension=mysqli
中也启用了php.ini
。
我是否缺少另一个使用mysqli的软件包?我只发现了一个错误相同的人https://github.com/ambientum/ambientum/issues/132。