ci: Add glslc to Dockerfile

New GTK dependency.
This commit is contained in:
James Westman 2024-02-01 19:33:41 -06:00
parent a689150a8b
commit dc42556487

View file

@ -2,7 +2,7 @@ FROM fedora:latest
RUN dnf install -y meson gcc g++ python3-pip gobject-introspection-devel \
python3-devel python3-gobject git diffutils xorg-x11-server-Xvfb \
appstream-devel dbus-x11 "dnf-command(builddep)"
appstream-devel dbus-x11 "dnf-command(builddep)" glslc
RUN dnf build-dep -y gtk4 libadwaita
RUN pip3 install furo mypy sphinx coverage black isort