summaryrefslogtreecommitdiffstats
path: root/php-8.1-opt/build.Dockerfile
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2022-03-31 10:12:51 +0200
committerlookshe <github@lookshe.org>2022-03-31 10:12:51 +0200
commitd4381312a8a1eb308760656ab484e9520f13cbe5 (patch)
treeca1cac8912dc61ae8b075338cf7c983914b643de /php-8.1-opt/build.Dockerfile
parent8ff9dc0290e58ed6bd8286e1de868f627be7f71d (diff)
disable python in libxml2
Diffstat (limited to 'php-8.1-opt/build.Dockerfile')
-rw-r--r--php-8.1-opt/build.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-8.1-opt/build.Dockerfile b/php-8.1-opt/build.Dockerfile
index 54de090..121e1fa 100644
--- a/php-8.1-opt/build.Dockerfile
+++ b/php-8.1-opt/build.Dockerfile
@@ -47,7 +47,7 @@ RUN cd curl-7.73.0 \
RUN curl -k https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.10/libxml2-v2.9.10.tar.gz > libxml2-v2.9.10.tar.gz
RUN tar xzf libxml2-v2.9.10.tar.gz
RUN cd libxml2-v2.9.10 \
- && ./autogen.sh --prefix=$DEP_PREFIX \
+ && ./autogen.sh --prefix=$DEP_PREFIX --disable-python \
&& make \
&& make install \
&& checkinstall -y --pkgname $PACKAGE_NAME-libxml2 --pkgversion 2.9.10