mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-05 01:16:23 +00:00
Use specific match for patch name
This commit is contained in:
parent
f4602958fd
commit
9360ec8b65
@ -52,7 +52,7 @@ RUN git clone https://gitlab.gnome.org/GNOME/libxslt.git --branch $LIBXSLT_VER -
|
||||
&& make DESTDIR=/prefix install
|
||||
|
||||
# Download and build xmlstarlet
|
||||
ADD *.patch /tmp
|
||||
ADD xmlstarlet-*.patch /tmp
|
||||
WORKDIR /tmp/xmlstarlet
|
||||
RUN git clone git://git.code.sf.net/p/xmlstar/code --branch $XMLSTAR_VER --depth 1 . \
|
||||
&& git apply /tmp/xmlstarlet*.patch \
|
||||
|
Loading…
Reference in New Issue
Block a user