Fix CI image build

This commit is contained in:
DarthSim
2023-11-21 18:25:37 +03:00
parent e619defc4c
commit 23c4bdd484

View File

@@ -59,6 +59,7 @@ RUN \
--prefix=/root/vips/$VIPS_VERSION \
--libdir=lib \
-Dgtk_doc=false \
-Dintrospection=$([[ "$VIPS_VERSION" > "8.14" ]] && echo "disabled" || echo "false") \
&& ninja -C _build \
&& ninja -C _build install \
&& cd .. \