blueprint-compiler/build-aux/Dockerfile
James Westman 039d88ab45
Fix CI
2022-12-19 15:41:29 -06:00

8 lines
No EOL
438 B
Docker

FROM fedora:latest
RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel \
libadwaita-devel python3-devel python3-gobject git diffutils xorg-x11-server-Xvfb
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.
RUN pip install pythonfuzz --extra-index-url https://gitlab.com/api/v4/projects/19904939/packages/pypi/simple