When trying via MCP inspect "docker run -i --rm --init mcp/playwright" and browser_navigate tool I get an error:
Error: Browser specified in your config is not installed. Either install it (likely) or change the config.

Docker should be already configured for headless chromium according to the README.
I have tried to pull the mcp/playwright image from docker registry and also build it from the repo but neither solution worked.
I can't use npx version as I am running on Fedora Linux.