-
Notifications
You must be signed in to change notification settings - Fork 2k
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
curl extension fails to install on php:7.3.12-fpm-stretch #922
Comments
First of all:
says it all. That option just needs to be omitted. Then, isn't curl included by default? At least on buster cli it is. That would render all of your Dockerfile obsolete. |
Thank you guys for clarifying this. Do you have a list of php-extensions which come witch the images by default or do we need to check from the running container? |
No concrete list, since it can change from version to version (php upstream changes or changes here). We do try to minimize our changes and only include modules that are required or difficult/impossible to use as an external module. So yes, you need to check that the version you are using has the module included (docker-library/docs#1567):
Maybe something like a |
Ok, thanks for additional info. I will close the issue. Best regards, |
Hi,
I wanted to upgrade the base image from php:7.3.9-fpm-stretch to php:7.3.12-fpm-stretch however the docker build fails with the following error message:
The Dockerfile example:
Remarks:
The text was updated successfully, but these errors were encountered: