blueprint-compiler/build-aux/Dockerfile
2022-01-16 22:34:36 -06:00

5 lines
179 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
RUN dnf install -y git