summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-06-11 02:25:05 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-06-11 02:25:05 +0100
commit9547c9f43f3b3e1c3d3064b2913d2af6f3ba5698 (patch)
tree13ef5179e3b8e63863bc7e86f62850bc95c8f1f6
parent7a255f88c26eb5e517de055ff59ce9e7c6466ae5 (diff)
downloadgobject-introspection-9547c9f43f3b3e1c3d3064b2913d2af6f3ba5698.tar.gz
ci: Install zlib in the minimal image
-rw-r--r--.gitlab-ci/minimal.Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/minimal.Dockerfile b/.gitlab-ci/minimal.Dockerfile
index 97b0f79b..dff3f945 100644
--- a/.gitlab-ci/minimal.Dockerfile
+++ b/.gitlab-ci/minimal.Dockerfile
@@ -14,6 +14,7 @@ RUN dnf -y install \
python3-devel \
python3-pip \
python3-wheel \
+ zlib-devel \
&& dnf clean all
RUN pip3 install meson==0.60