summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-03-29 12:06:43 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-03-29 12:06:43 +0100
commit4c1f771104f9f637c4fc1d0e914c1c4e1c036709 (patch)
tree0c687246efcef4e032e8735d4203b1ce50844d67 /.gitlab-ci
parent400dcb3c496a47269688073e600395120a6a45c8 (diff)
downloadgobject-introspection-4c1f771104f9f637c4fc1d0e914c1c4e1c036709.tar.gz
ci: Add missing package
We sadly need redhat-rpm-config because of Python's distutils.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 01913f24..8691c0be 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -36,6 +36,7 @@ RUN dnf -y install \
python3-mako \
python3-pip \
python3-wheel \
+ redhat-rpm-config \
systemtap-sdt-devel \
zlib-devel \
&& dnf clean all