From d017bf3af7fdf335a1acdb71a43a4bbab0c5ea9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 29 Aug 2024 00:41:59 +0200 Subject: [PATCH] ci: Replace asciidoc in image gnome-shell switched to rst2man to generate its man pages, so we can drop asciidoc from the image. It's unclear (at least to me) what's currently pulling in rst2man, so it seems safer to explicitly pull that in ourselves. Part-of: --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d0302690..c5cb2ae62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,14 +96,14 @@ variables: - .skip-git-clone variables: FDO_DISTRIBUTION_VERSION: 40 - BASE_TAG: '2024-08-22.0' + BASE_TAG: '2024-08-29.1' MUTTER_USER: 'meta-user' FDO_DISTRIBUTION_PACKAGES: - asciidoc clang gcovr gdm gnome-shell + python3-docutils sassc uncrustify xorg-x11-server-Xvfb