mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
4 lines
156 B
Docker
4 lines
156 B
Docker
FROM fedora:latest
|
|
|
|
RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel libadwaita-devel
|
|
RUN pip3 install furo mypy sphinx coverage
|