From af6da489e24c9ba7828114b546610b0d70116ba4 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 14 Aug 2023 20:00:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20ocrd=5Folena:=20Update=20depende?= =?UTF-8?q?ncy=20installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-ocrd_olena | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-ocrd_olena b/Dockerfile-ocrd_olena index 4c3c152..29be067 100644 --- a/Dockerfile-ocrd_olena +++ b/Dockerfile-ocrd_olena @@ -24,9 +24,9 @@ RUN curl -sSL --retry 3 -o ocrd_olena.tar.gz https://github.com/OCR-D/ocrd_olena mkdir ocrd_olena && \ tar xvz -C ocrd_olena --strip-components=1 -f ocrd_olena.tar.gz && \ cd ocrd_olena && \ - sed -i 's/^install: deps$/install:/' Makefile && \ + sed -i 's/^install: deps/install:/' Makefile && \ ${PIP_INSTALL} ocrd && \ - make deps-ubuntu && \ + apt install xmlstarlet && \ make install PREFIX=/usr/local && \ cd .. && rm -rf ocrd_olena ocrd_olena.tar.gz