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

Open
opened 2024-03-25 11:57:02 +00:00 by idem84 · 2 comments
idem84 commented 2024-03-25 11:57:02 +00:00 (Migrated from github.com)

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..

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 2024-03-25 12:02:29 +00:00 (Migrated from github.com)

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

Sorry was my mistake as i see exif presents in php.ini
papac commented 2025-11-27 11:44:11 +00:00 (Migrated from github.com)

https://github.com/sankofalab/nginx-php-fpm

New base image this repo. We can upgrade together

https://github.com/sankofalab/nginx-php-fpm New base image this repo. We can upgrade together
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ric/nginx-php-fpm#295
No description provided.