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
83a7503e3a
commit
219891584c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM fedora:latest
|
||||
|
||||
RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel \
|
||||
libadwaita-devel python3-devel python3-gobject git
|
||||
libadwaita-devel python3-devel python3-gobject git diffutils
|
||||
RUN pip3 install furo mypy sphinx coverage black
|
||||
|
||||
# The version on PyPI is very old and doesn't install. Use the upstream package registry instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue