We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba26725 commit cf9c701Copy full SHA for cf9c701
1 file changed
8.5-frankenphp/Dockerfile
@@ -9,7 +9,7 @@ ENV PORT=$PORT SERVER_NAME=":80, :$PORT"
9
ENV COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_NO_INTERACTION=1 COMPOSER_CACHE_DIR="/tmp"
10
ENV PHP_INI_SCAN_DIR=":$PHP_INI_DIR/app.conf.d"
11
12
-ENV EXTENSIONS="amqp apcu ast bcmath exif ffi gd gettext gmp igbinary imagick intl maxminddb mongodb opcache pcntl pdo_mysql pdo_pgsql redis sockets sysvmsg sysvsem sysvshm uuid xsl zip grpc protobuf"
+ENV EXTENSIONS="amqp apcu ast bcmath exif ffi gd gettext gmp igbinary imagick intl maxminddb mongodb opcache pcntl pdo_mysql pdo_pgsql redis sockets sysvmsg sysvsem sysvshm uuid xsl zip"
13
14
ENV BUILD_DEPS="make git autoconf wget"
15
0 commit comments