ci: Fix Dockerfile

This commit is contained in:
James Westman 2022-12-19 12:22:37 -06:00
parent 83a7503e3a
commit 219891584c
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6

View file

@ -1,7 +1,7 @@
FROM fedora:latest FROM fedora:latest
RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel \ 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 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. # The version on PyPI is very old and doesn't install. Use the upstream package registry instead.