ci: Fix Dockerfile

This commit is contained in:
James Westman 2023-07-15 17:34:04 -05:00
parent 3730e2e726
commit 3d79f9560c
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6

View file

@ -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