|
@@ -7,6 +7,7 @@ RUN apt-get -qq update \
|
|
git \
|
|
git \
|
|
ca-certificates \
|
|
ca-certificates \
|
|
build-essential \
|
|
build-essential \
|
|
|
|
+ gobject-introspection \
|
|
python3-pip \
|
|
python3-pip \
|
|
python3-venv \
|
|
python3-venv \
|
|
libssl-dev \
|
|
libssl-dev \
|
|
@@ -59,7 +60,6 @@ RUN \
|
|
--prefix=/root/vips/$VIPS_VERSION \
|
|
--prefix=/root/vips/$VIPS_VERSION \
|
|
--libdir=lib \
|
|
--libdir=lib \
|
|
-Dgtk_doc=false \
|
|
-Dgtk_doc=false \
|
|
- -Dintrospection=$(if [[ "$VIPS_VERSION" > "8.14" ]]; then echo "disabled"; else echo "false"; fi) \
|
|
|
|
&& ninja -C _build \
|
|
&& ninja -C _build \
|
|
&& ninja -C _build install \
|
|
&& ninja -C _build install \
|
|
&& cd .. \
|
|
&& cd .. \
|