From 1b9947d58f76ab06978549120e318d3571945152 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 17 Feb 2023 19:17:48 -0500 Subject: ci: Add new gi-docgen deps to the image --- .gitlab-ci.yml | 2 +- .gitlab-ci/fedora.Dockerfile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af18fc3a..8610f7ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: variables: COMMON_MESON_FLAGS: "--fatal-meson-warnings --werror" MESON_TEST_TIMEOUT_MULTIPLIER: 2 - FEDORA_IMAGE: registry.gitlab.gnome.org/gnome/pango/fedora:v10 + FEDORA_IMAGE: registry.gitlab.gnome.org/gnome/pango/fedora:v11 .only-default: only: diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index dbf85908..1d453561 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -36,8 +36,10 @@ RUN dnf -y install \ meson \ ninja-build \ python3 \ + python3-docutils \ python3-jinja2 \ python3-markdown \ + python3-packaging \ python3-pip \ python3-pygments \ python3-toml \ -- cgit v1.2.1