Dbus not taking a while to start in Apline container

Hey! I’ve been building a docker container to get Airplay 2 support on my Home Assistant host, but when trying to start the container, it throws an error because dbus isn’t running. According to “ps” dbus-daemon is running (it’s an alpine image), after around 8 minutes it changes the user to “messagebus” and runs just fine.

To make things even weirder, this only happens on the Home Assistant host which is a Pi4. On my PC it runs just fine, so I thought it had something to do with home assistant, but running the image through docker directly on the host throws the same error. Looking further into the issue, I installed the container on a Pi 3 also running Home Assistant, and it works just fine there!

I’ve spent way too much time on this issue and am at a loss. Any help would be much appreciated!