We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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..
The text was updated successfully, but these errors were encountered:
Sorry was my mistake as i see exif presents in php.ini
Sorry, something went wrong.
No branches or pull requests
Not found instruction how add php modules in Dockerfile, in my Dockerfile i have:
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..
The text was updated successfully, but these errors were encountered: