mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
ci: Install pygobject in CI image
This commit is contained in:
parent
68610a7dba
commit
12c9a434f1
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
FROM fedora:latest
|
FROM fedora:latest
|
||||||
|
|
||||||
RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel libadwaita-devel python3-devel
|
RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel \
|
||||||
|
libadwaita-devel python3-devel python3-gobject git
|
||||||
RUN pip3 install furo mypy sphinx coverage
|
RUN pip3 install furo mypy sphinx coverage
|
||||||
|
|
||||||
# The version on PyPI is very old and doesn't install. Use the upstream package registry instead.
|
# The version on PyPI is very old and doesn't install. Use the upstream package registry instead.
|
||||||
RUN pip install pythonfuzz --extra-index-url https://gitlab.com/api/v4/projects/19904939/packages/pypi/simple
|
RUN pip install pythonfuzz --extra-index-url https://gitlab.com/api/v4/projects/19904939/packages/pypi/simple
|
||||||
|
|
||||||
RUN dnf install -y git
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue