File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
manifest/usr/local/etc/php/app.conf.d Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ ENV PORT=$PORT SERVER_NAME=":80, :$PORT"
3535ENV COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_NO_INTERACTION=1 COMPOSER_CACHE_DIR="/tmp"
3636ENV 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
4040ENV BUILD_DEPS="make git autoconf wget"
4141
Original file line number Diff line number Diff line change 1- grpc.enable_fork_support = 1
2- grpc.poll_strategy = epoll1
1+ ; grpc.enable_fork_support = 1
2+ ; grpc.poll_strategy = epoll1
You can’t perform that action at this time.
0 commit comments