richarvey / nginx-php-fpm

Nginx and php-fpm for dockerhub builds
https://hub.docker.com/repository/docker/richarvey/nginx-php-fpm/general
GNU General Public License v3.0
1.66k stars 852 forks source link

How add ext-exif module in php.ini config? #295

Open idem84 opened 7 months ago

idem84 commented 7 months ago

Not found instruction how add php modules in Dockerfile, in my Dockerfile i have:

FROM richarvey/nginx-php-fpm:3.1.6

COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer

COPY . .

I think i somewhere must write:

/usr/local/bin/docker-php-ext-configure exif /usr/local/bin/docker-php-ext-install exif

But dont know where..

idem84 commented 7 months ago

Sorry was my mistake as i see exif presents in php.ini