dbus-daemon
The D-Bus message daemon, allowing multiple programs to exchange messages. More information: <https://www.freedesktop.org/wiki/Software/dbus/>.
RUN apt-get update && \
apt-get install -y dbus-tests
RUN apt-get update && \
apt-get install -y dbus-tests
RUN apk add dbus
RUN pacman -S --noconfirm dbus
RUN apt-get update && \
apt-get install -y dbus-tests
RUN yum install -y dbus-daemon-1
RUN dnf install -y dbus-daemon-1
RUN apt-get update && \
apt-get install -y dbus-1-dbg