Merge branch 'ebassi/docs-ci' into 'master'

ci: Add missing graphviz dependency

See merge request GNOME/gtk!3376
This commit is contained in:
Emmanuele Bassi 2021-03-30 20:44:51 +00:00
commit d84440969a
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ variables:
MESON_TEST_TIMEOUT_MULTIPLIER: 3
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v28"
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:

View File

@ -1,6 +1,7 @@
FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v28
RUN dnf -y install \
graphviz \
python3-jinja2 \
python3-markdown \
python3-pygments \