Skip to content

Commit 53e8877

Browse files
committed
removed unused extensions
1 parent c5c376a commit 53e8877

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

8.5-www/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ENV PORT=$PORT SERVER_NAME=":80, :$PORT"
3535
ENV COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_NO_INTERACTION=1 COMPOSER_CACHE_DIR="/tmp"
3636
ENV PHP_INI_SCAN_DIR=":$PHP_INI_DIR/app.conf.d"
3737

38-
ENV EXTENSIONS="amqp apcu ast bcmath exif gd gettext gmp igbinary imagick intl maxminddb mongodb opcache pcntl pdo_mysql pdo_pgsql redis sockets sysvmsg sysvsem sysvshm uuid xsl zip grpc protobuf"
38+
ENV EXTENSIONS="amqp apcu ast bcmath exif gd gettext gmp igbinary imagick intl opcache pcntl redis mongodb sockets sysvmsg sysvsem sysvshm uuid xsl zip opentelemetry"
3939

4040
ENV BUILD_DEPS="make git autoconf wget"
4141

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpc.enable_fork_support = 1
2-
grpc.poll_strategy = epoll1
1+
;grpc.enable_fork_support = 1
2+
;grpc.poll_strategy = epoll1

0 commit comments

Comments
 (0)