From d96695fef9930d57eedd977fc25b8e2cb78ceaa7 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 11 Oct 2023 16:33:27 +0100 Subject: [PATCH] fixup! ci: Upgrade CI images to the new oldest-supported OS versions This was accidentally missed out of the above commit, due to pushing a new version of the image to test, without also pushing the git branch. --- .gitlab-ci/fedora.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index e95ef6859..d2a778dd7 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -18,6 +18,7 @@ RUN dnf -y update \ gi-docgen \ git \ glibc-devel \ + glibc-gconv-extra \ glibc-headers \ glibc-langpack-de \ glibc-langpack-el \