×
Inicio Aleatorio

How to enable pdo_mysql in the php docker image

Creado: 15-03-22 (Actualizado: 15-03-22)

I have a basic Dockerfile with the following in:

FROM php:7.1-apache RUN apt-get update && docker-php-ext-install pdo_mysql COPY . /var/www EXPOSE 80 I have a docker-compose.yml file

ver...

https://stackoverflow.com/questions/44603941/how-to-enable-pdo-mysql-in-the-php-docker-image

Siguiente Enlace