Playwright WebKit Hangs on Ubuntu 22.04 Container on Ubuntu 20.04 Host

WebKit will hang in the specific combination if you use WebKit with Playwright, Docker, and Ubuntu.

Host Ubuntu Docker Base Ubuntu Does WebKit Work?
20.04 20.04 ✅ Yes
20.04 22.04 🚫 No
22.04 20.04 ✅ Yes
22.04 22.04 ✅ Yes

For more details, please check my demo repository, the results of GitHub Actions, and the issue.