chriszarate / docker-compose-wordpress

An example Docker Compose setup for WordPress plugin or theme development.
162 stars 54 forks source link

How to enable php module? #13

Closed Richi2293 closed 5 years ago

Richi2293 commented 6 years ago

Hi,

I'm trying to enable the exif module of php but it would seem that I'm missing something.

Maybe it is not installed in the system? I tried but I encounter many difficulties.

Thanks

modelm commented 5 years ago

I think you have to create your own image and add your package install to the Dockerfile using docker-php-ext-install: https://github.com/docker-library/docs/blob/master/php/README.md#how-to-install-more-php-extensions