mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-05 01:16:23 +00:00
Prune unused features from libxml/libxslt
This commit is contained in:
parent
eae5086546
commit
93aeb86ab0
13
Dockerfile
13
Dockerfile
@ -27,7 +27,14 @@ WORKDIR /tmp/libxml2
|
||||
RUN git clone https://gitlab.gnome.org/GNOME/libxml2.git --branch $LIBXML2_VER --depth 1 . \
|
||||
&& ./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--without-debug \
|
||||
--without-catalog \
|
||||
--without-docbook \
|
||||
--without-ftp \
|
||||
--without-http \
|
||||
--without-iconv \
|
||||
--without-iso8859x \
|
||||
--without-legacy \
|
||||
--without-modules \
|
||||
--without-python \
|
||||
&& make \
|
||||
&& make DESTDIR=/prefix install
|
||||
@ -38,8 +45,8 @@ RUN git clone https://gitlab.gnome.org/GNOME/libxslt.git --branch $LIBXSLT_VER -
|
||||
&& ./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--with-libxml-src="../libxml2" \
|
||||
--without-debug \
|
||||
--without-debugger \
|
||||
--without-crypto \
|
||||
--without-plugins \
|
||||
--without-python \
|
||||
&& make \
|
||||
&& make DESTDIR=/prefix install
|
||||
|
Loading…
Reference in New Issue
Block a user