From d4b83787fb20b7025f489d6549f2063ba1558eb8 Mon Sep 17 00:00:00 2001 From: deeplow Date: Thu, 18 May 2023 10:03:42 +0100 Subject: [PATCH] OCR: add English as it's no longer shipped as default This was breaking the CI [1]. Fixes #417 [1]: https://app.circleci.com/pipelines/github/freedomofpress/dangerzone/1309/workflows/64266a15-f63e-48a6-95d9-d17c44356f82/jobs/11695 --- container/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/container/Dockerfile b/container/Dockerfile index 1680a58..f49e5ae 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -26,6 +26,7 @@ RUN apk -U upgrade && \ tesseract-ocr-data-dan \ tesseract-ocr-data-deu \ tesseract-ocr-data-grc \ + tesseract-ocr-data-eng \ tesseract-ocr-data-enm \ tesseract-ocr-data-epo \ tesseract-ocr-data-equ \