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
|
&& make DESTDIR=/prefix install
|
||||||
|
|
||||||
# Download and build xmlstarlet
|
# Download and build xmlstarlet
|
||||||
ADD *.patch /tmp
|
ADD xmlstarlet-*.patch /tmp
|
||||||
WORKDIR /tmp/xmlstarlet
|
WORKDIR /tmp/xmlstarlet
|
||||||
RUN git clone git://git.code.sf.net/p/xmlstar/code --branch $XMLSTAR_VER --depth 1 . \
|
RUN git clone git://git.code.sf.net/p/xmlstar/code --branch $XMLSTAR_VER --depth 1 . \
|
||||||
&& git apply /tmp/xmlstarlet*.patch \
|
&& git apply /tmp/xmlstarlet*.patch \
|
||||||
|
Loading…
Reference in New Issue
Block a user