From e0d66c904d3b898187aa5cd4e2b9fc32e01108f9 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 19 Jan 2020 15:24:47 +0000 Subject: [PATCH] =?UTF-8?q?Upstream=20changed=20Makefile.in=20=E2=86=92=20?= =?UTF-8?q?GNUmakefile.in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 838a306..d53dc11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache \ RUN git clone --depth=1 https://github.com/cathugger/mkp224o \ && cd mkp224o \ - && sed -i 's/^\(CFLAGS= .*\)$/\1 -static/' Makefile.in \ + && sed -i 's/^\(CFLAGS= .*\)$/\1 -static/' GNUmakefile.in \ && ./autogen.sh COPY matrix-build.sh .