From a58ef96909e1d167623357a4c2ec8189dcaf01f3 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 8 Aug 2023 12:48:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20ocrd=5Folena:=20Explicitly=20ins?= =?UTF-8?q?tall=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-ocrd_olena | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile-ocrd_olena b/Dockerfile-ocrd_olena index 21b2e04..d409064 100644 --- a/Dockerfile-ocrd_olena +++ b/Dockerfile-ocrd_olena @@ -23,6 +23,7 @@ RUN curl -sSL --retry 3 -o ocrd_olena.tar.gz https://github.com/OCR-D/ocrd_olena cd ocrd_olena && \ sed -i 's/^install: deps$/install:/' Makefile && \ ${PIP_INSTALL} ocrd && \ + make deps-ubuntu && \ make install PREFIX=/usr/local && \ cd .. && rm -rf ocrd_olena ocrd_olena.tar.gz