From 7d9b4710b92c5d6b976c464945a355052ceb4226 Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Fri, 22 Sep 2023 11:08:27 +1000 Subject: [PATCH] tests: add dbus to enable shutdown command with delay Signed-off-by: Reuben Miller --- tests/images/debian-systemd/debian-systemd.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/images/debian-systemd/debian-systemd.dockerfile b/tests/images/debian-systemd/debian-systemd.dockerfile index 69f10f22699..f2abed35936 100644 --- a/tests/images/debian-systemd/debian-systemd.dockerfile +++ b/tests/images/debian-systemd/debian-systemd.dockerfile @@ -10,6 +10,7 @@ RUN apt-get -y update \ apt-transport-https \ ca-certificates \ systemd \ + dbus \ systemd-sysv \ ssh \ mosquitto \