diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-15 18:51:22 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-02-16 15:12:52 -0500 |
commit | f6a96ac63e300c878af2158c415720a70779dc51 (patch) | |
tree | 3114e0b22b7944cfc637e8363eb994cdc0b26360 | |
parent | 9049d46586a13c5e3cf0aa002437257c4c10cc3f (diff) | |
download | pango-f6a96ac63e300c878af2158c415720a70779dc51.tar.gz |
ci: Update Fedora image
Switch to Fedora 33, and add the few extra python
packages that gi-docgen needs.
-rw-r--r-- | .gitlab-ci/fedora.Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ |