Mysql Driver Issue

Hi,

I am running the neos application though the docker image (richarvey/nginx-php-fpm) and installing the mysql driver though the below command.

RUN docker-php-ext-install mysqli &&
docker-php-ext-install pdo_mysql

But I am getting the below issue.

/Libraries/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php: SQLSTATE[HY000] [2002] No such file or directory

Please help in that