Skip to content

Commit efbc292

Browse files
authored
Install dbus-daemon binary in Supervisor devcontainer (#171)
* Install dbus-daemon binary in Supervisor devcontainer Supervisor tests launch dbus-daemon directly. The dbus-daemon package ships only the binary (no systemd unit files), so dbus-broker remains the active system bus D-Bus broker. * Increment Supervisor devcontainer version
1 parent 21312e5 commit efbc292

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

supervisor/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ RUN \
1616
&& pipx uninstall pylint
1717

1818
# Install tools
19+
# dbus-broker is the active system bus; dbus-daemon is installed only for
20+
# its binary, which Supervisor tests invoke directly (it ships no unit files).
1921
RUN \
2022
apt-get update \
2123
&& apt-get install -y --no-install-recommends \
2224
apparmor \
2325
dbus-broker \
26+
dbus-daemon \
2427
network-manager \
2528
libpulse0 \
2629
systemd-journal-remote \

supervisor/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5
1+
6

0 commit comments

Comments
 (0)