Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
idem84 opened this issue Mar 25, 2024 · 1 comment
Open

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

idem84 opened this issue Mar 25, 2024 · 1 comment

Comments

@idem84
Copy link

idem84 commented Mar 25, 2024

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
Copy link
Author

idem84 commented Mar 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant