docker-library / php

Docker Official Image packaging for PHP
https://php.net
MIT License
3.77k stars 1.99k forks source link

curl error on php:8.2-apache (bookworm) #1485

Open irulvam opened 5 months ago

irulvam commented 5 months ago

when i use curl with vendor guzzelhttp always fail

this is error output

root@3bfcc3d6852c:/var/www/html# curl google.com
curl: (6) getaddrinfo() thread failed to start

how to fix this?

yosifkit commented 5 months ago

I guess that this is likely due to seccomp -- so, need to update Docker, runc, and libseccomp on your host.

https://github.com/docker-library/python/issues/837#issuecomment-1599640563