mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
ci: Fix Dockerfile
This commit is contained in:
parent
3730e2e726
commit
3d79f9560c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue