diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-29 12:06:43 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-29 12:06:43 +0100 |
commit | 4c1f771104f9f637c4fc1d0e914c1c4e1c036709 (patch) | |
tree | 0c687246efcef4e032e8735d4203b1ce50844d67 /.gitlab-ci | |
parent | 400dcb3c496a47269688073e600395120a6a45c8 (diff) | |
download | gobject-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/Dockerfile | 1 |
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 |