From 4600a93a14951393cbe0673e5f168bc04f9f0748 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 4 Mar 2021 10:34:57 +0100 Subject: [PATCH] build-cockpit-toolbox: Install dbus-daemon To run cockpit browser unit tests --- build-cockpit-toolbox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-cockpit-toolbox b/build-cockpit-toolbox index 5b8990c..5be4088 100755 --- a/build-cockpit-toolbox +++ b/build-cockpit-toolbox @@ -19,7 +19,8 @@ sudo dnf install -y ansible man-pages moreutils \ python3-boto python3-boto3 libnotify \ pandoc texlive-ec texlive-pdfjam \ /usr/bin/scanimage /usr/bin/pngquant /usr/bin/convert \ - calibre qt5-qtwayland + calibre qt5-qtwayland \ + dbus-daemon # debugging cockpit crashes sudo dnf debuginfo-install -y glib2 glibc libssh gnutls -- 2.39.2