From e0c83adc9f76a65fb4e43f1cac21640e1bdb4fff Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Fri, 7 Feb 2025 12:55:39 +0000 Subject: [PATCH] fix docker merge --- Dockerfile | 1 + Dockerfile.fat | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index cf8ea3af..d99153d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,6 +64,7 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /et # OCR MY PDF (unpaper for descew and other advanced features) tesseract-ocr-data-eng \ # CV + py3-opencv \ # python3/pip python3 \ py3-pip && \ diff --git a/Dockerfile.fat b/Dockerfile.fat index 6d2bcfa5..97e32850 100644 --- a/Dockerfile.fat +++ b/Dockerfile.fat @@ -67,6 +67,7 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /et tesseract-ocr-data-eng \ font-terminus font-dejavu font-noto font-noto-cjk font-awesome font-noto-extra \ # CV + py3-opencv \ # python3/pip python3 \ py3-pip && \