From f6a96ac63e300c878af2158c415720a70779dc51 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Feb 2021 18:51:22 -0500 Subject: ci: Update Fedora image Switch to Fedora 33, and add the few extra python packages that gi-docgen needs. --- .gitlab-ci/fedora.Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitlab-ci') diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index c1d0e5c4..c047b6f2 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:31 +FROM fedora:33 RUN dnf -y install \ abattis-cantarell-fonts \ @@ -34,8 +34,11 @@ RUN dnf -y install \ ninja-build \ python3 \ python3-jinja2 \ + python3-markdown \ python3-pip \ python3-pygments \ + python3-toml \ + python3-typogrify \ python3-wheel \ redhat-rpm-config \ thai-scalable-waree-fonts \ -- cgit v1.2.1