ci: Add missing graphviz dependency
We generate the hierarchy graph for GTK types, and in order to do so, we need the dot utility from graphviz in the CI image.
This commit is contained in:
@@ -26,7 +26,7 @@ variables:
|
|||||||
MESON_TEST_TIMEOUT_MULTIPLIER: 3
|
MESON_TEST_TIMEOUT_MULTIPLIER: 3
|
||||||
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v28"
|
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v28"
|
||||||
FLATPAK_IMAGE: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master"
|
FLATPAK_IMAGE: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master"
|
||||||
DOCS_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora-docs:v26"
|
DOCS_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora-docs:v27"
|
||||||
|
|
||||||
.only-default:
|
.only-default:
|
||||||
only:
|
only:
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v28
|
FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v28
|
||||||
|
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
|
graphviz \
|
||||||
python3-jinja2 \
|
python3-jinja2 \
|
||||||
python3-markdown \
|
python3-markdown \
|
||||||
python3-pygments \
|
python3-pygments \
|
||||||
|
|||||||
Reference in New Issue
Block a user