services: frankenphp: build: dockerfile_inline: | FROM dunglas/frankenphp RUN install-php-extensions \ pdo_mysql \ gd \ intl \ opcache \ imagick \ snuffleupagus COPY ...
According to the ReadMe.md, i was excpeting pdo_mysql extension enable by default in thecodingmachine/php:7.1-v3-apache image.