From 3d822e1aa3e82fef4166b7394c2d8c8f7a25d276 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 16 May 2023 19:26:25 +0300 Subject: [PATCH] container: Install a renamed package The tesseract-ocr-data-ell package for the Greek language has been renamed to tesseract-ocr-data-grc. Use the new name in our Dockerfile. --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index a2fe612..1680a58 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -25,7 +25,7 @@ RUN apk -U upgrade && \ tesseract-ocr-data-chr \ tesseract-ocr-data-dan \ tesseract-ocr-data-deu \ - tesseract-ocr-data-ell \ + tesseract-ocr-data-grc \ tesseract-ocr-data-enm \ tesseract-ocr-data-epo \ tesseract-ocr-data-equ \