PS: the pre-installed PHP extensions are excluded from this list. You can list them with the following command (change php:7.2-cli to reflect the PHP version you are ...
services: frankenphp: build: dockerfile_inline: | FROM dunglas/frankenphp RUN install-php-extensions \ pdo_mysql \ gd \ intl \ opcache \ imagick \ snuffleupagus COPY ...