summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-03-20 23:11:46 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-21 12:34:20 +0000
commitbaf188d8694eb9ca87edfb48fbada788600c19a1 (patch)
tree84e935a55113aeffff4aa4bd1f4be02eec8dd1f1
parent9de2b14bc03c9f3352ae07b5eece266f6292c0cc (diff)
downloadgdk-pixbuf-baf188d8694eb9ca87edfb48fbada788600c19a1.tar.gz
ci: Update the Docker image
We need to satisfy the dependencies for gi-docgen.
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--.gitlab/ci/fedora.Dockerfile3
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e1c7febd..83bdd6f6d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ variables:
COMMON_MESON_FLAGS: "-Dwerror=true -Dglib:werror=false"
LOADERS_FLAGS: "-Dpng=true -Djpeg=true -Dtiff=true"
MESON_TEST_TIMEOUT_MULTIPLIER: 3
- FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gdk-pixbuf/fedora:v1"
+ FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gdk-pixbuf/fedora:v2"
.only-default:
only:
diff --git a/.gitlab/ci/fedora.Dockerfile b/.gitlab/ci/fedora.Dockerfile
index 83fe27d98..804024823 100644
--- a/.gitlab/ci/fedora.Dockerfile
+++ b/.gitlab/ci/fedora.Dockerfile
@@ -23,8 +23,11 @@ RUN dnf -y install \
meson \
python3 \
python3-jinja2 \
+ python3-markdown \
python3-pip \
python3-pygments \
+ python3-toml \
+ python3-typogrify \
python3-wheel \
redhat-rpm-config \
shared-mime-info \