Homeassistant docker customization

I’m trying to use the init.d method to install a couple of python libraries.

When I try to pip install playwright I get an error

ERROR: Could not find a version that satisfies the requirement playwright (from versions: none) ERROR: No matching distribution found for playwright

I looked at the available wheels, and tried to specify a wheel that looked correct, but it still errors out.

playwright · PyPI

Anyone know how I can install playwright inside the docker?

thanks

Playwright doesn’t support musl based distros like alpine

Do you know if linuxserver has a docker with playwright?

Or a docker I can use the init.d process to add the package. init.d is why I love linuxserver dockers.

thanks

they’re called containers, not dockers.
Our container for home assistant is based on alpine, we have no others. You could see what the official is based on. unfortunately, some things, like playwright, are simply incompatible with our base.