From 9360ec8b65de5f30f1642d1a98185b2af4de746f Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 19 Aug 2018 21:08:34 +0100 Subject: [PATCH] Use specific match for patch name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b65d7b..7145dd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \