We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70130a1 commit ea8a082Copy full SHA for ea8a082
php/7.4-Dockerfile
@@ -3,7 +3,8 @@ FROM php:7.4.20-fpm-alpine
3
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
4
RUN chmod +x /usr/local/bin/install-php-extensions && sync
5
6
-RUN install-php-extensions gd pdo_mysql bcmath opcache pcntl zip redis mcrypt ssh2 swoole
+# see https://github.com/mlocati/docker-php-extension-installer
7
+RUN install-php-extensions gd pdo_mysql bcmath opcache pcntl zip redis mcrypt ssh2 swoole mysqli
8
9
# 默认关闭一些扩展
10
RUN cd /usr/local/etc/php/conf.d && rm -rf docker-php-ext-swoole.ini
0 commit comments