We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
8.2-rc-alpine
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
FROM php:8.2-rc-alpine
docker-php-ext-install sockets
Its build will fail with error:
/usr/src/php/ext/sockets/sockets.c:59:12: fatal error: linux/sock_diag.h: No such file or directory 59 | # include <linux/sock_diag.h> | ^~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:209: sockets.lo] Error 1
Feel free to transfer this issue to a relevant project if needed.
8.2
Alpine
The text was updated successfully, but these errors were encountered:
see this discussion if that helps.
Sorry, something went wrong.
Yeah, thank you, then it's a duplicate!
No branches or pull requests
Description
FROM php:8.2-rc-alpine
,docker-php-ext-install sockets
Its build will fail with error:
Feel free to transfer this issue to a relevant project if needed.
PHP Version
8.2
Operating System
Alpine
The text was updated successfully, but these errors were encountered: