-
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
Iconv Error with new php fpm-alpine docker image #1266
Comments
Same here, but on php:8.1-fpm-alpine3.15, looks like #1264 is the culprit, but I haven't found a workaround for now |
@ishioni my workaround is using 7.4-fpm-alpine3.13 ;) |
The iconv extension is already included and enabled in the alpine images. Actually that's true of all the php images. |
I kindof was thinking that was the case, but wasn't sure. Is loading fpm with like so still needed then?
|
@msierks-pcln interessting, so should it be like this then:
|
@DerGary Yes, that looks correct to me. |
For future reference (and as noted in https://github.com/docker-library/docs/tree/master/php#how-to-install-more-php-extensions), you can use |
Last Known Good Version: 0baa20a9e0e6026e25fef9bfa316cd0bf260593b29889f76b1cba5fb51ce69c3
Error happens with Version: 8bb4d9a13c023ad3ac7edb7eb37d09e2c17c3d49f7b2905ed6b3bed6f29305e1
Error Message:
Repro Steps, build this docker file:
The text was updated successfully, but these errors were encountered: