mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
ci: Add glslc to Dockerfile
New GTK dependency.
This commit is contained in:
parent
a689150a8b
commit
dc42556487
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM fedora:latest
|
||||||
|
|
||||||
RUN dnf install -y meson gcc g++ python3-pip gobject-introspection-devel \
|
RUN dnf install -y meson gcc g++ python3-pip gobject-introspection-devel \
|
||||||
python3-devel python3-gobject git diffutils xorg-x11-server-Xvfb \
|
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 dnf build-dep -y gtk4 libadwaita
|
||||||
RUN pip3 install furo mypy sphinx coverage black isort
|
RUN pip3 install furo mypy sphinx coverage black isort
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue