tazjin / nixery

Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery
https://nixery.dev/
Apache License 2.0
1.82k stars 68 forks source link

Headless browser (chromium, gogole chrome): Failed to connect to socket /run/dbus/system_bus_socket #137

Open malte-behrendt opened 3 years ago

malte-behrendt commented 3 years ago

I'd like to run CI tests with a headless browser.

Minimal error message reproduction: docker run -ti nixery.dev/shell/chromium chromium-browser --headless --no-sandbox

I get two errors:

Failed resolution attempts:

What am I missing? Do I need to start dbus somehow? Add a specific package?

I'm grateful for hints :-)