From 3d79f9560c82b5060f9303b1b1893c0b115b18c7 Mon Sep 17 00:00:00 2001 From: James Westman Date: Sat, 15 Jul 2023 17:34:04 -0500 Subject: [PATCH] ci: Fix Dockerfile --- build-aux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Dockerfile b/build-aux/Dockerfile index aa26f43..d7093ff 100644 --- a/build-aux/Dockerfile +++ b/build-aux/Dockerfile @@ -2,7 +2,7 @@ FROM fedora:latest RUN dnf install -y meson gcc g++ python3-pip gobject-introspection-devel \ python3-devel python3-gobject git diffutils xorg-x11-server-Xvfb \ - appstream-devel "dnf-command(builddep)" + appstream-devel dbus-x11 "dnf-command(builddep)" RUN dnf build-dep -y gtk4 libadwaita RUN pip3 install furo mypy sphinx coverage black isort