diff options
author | Matthias Clasen <mclasen@redhat.com> | 2023-02-18 00:27:04 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2023-02-18 00:27:04 +0000 |
commit | 13cd53498bff11c80f993c6aa42db9a066d81fe0 (patch) | |
tree | 1cd1c88be3a62abae8e7aba4b1df2f9c568808d6 /.gitlab-ci | |
parent | f28588f3ff56cec3bd4a0e3ec3ebb02f2e353634 (diff) | |
parent | 1b9947d58f76ab06978549120e318d3571945152 (diff) | |
download | pango-13cd53498bff11c80f993c6aa42db9a066d81fe0.tar.gz |
Merge branch 'update-ci' into 'main'
ci: Add new gi-docgen deps to the image
See merge request GNOME/pango!679
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/fedora.Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |