×
Inicio Aleatorio

Docker php:fpm—install php extensions

Creado: 04-04-21

I am using the official php:fpm docker image as base for my application container, so the Dockerfile starts like so:

FROM php:fpm Later in the file I would like to have something like that:

RUN ...

https://stackoverflow.com/questions/46805787/docker-phpfpm-install-php-extensions

Siguiente Enlace