From 399fb766522095136132c5ced7d19ae654ce97e6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 5 May 2021 16:31:03 -0400 Subject: [PATCH] ci: Add pygobject to the images This will let us add introspection tests in the future. --- .gitlab-ci/fedora.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index 660268261e..4d7937286d 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -73,6 +73,7 @@ RUN dnf -y install \ pcre-devel \ pcre-static \ python3 \ + python3-gobject \ python3-jinja2 \ python3-markdown \ python3-pip \