added tessercat to Dockerfile

This commit is contained in:
Marcel Gansfusz
2025-11-04 15:45:37 +01:00
parent d42bab5b19
commit 2ee90cd0d7

View File

@@ -20,7 +20,8 @@ RUN apk add --no-cache \
tiff-dev \ tiff-dev \
tk-dev \ tk-dev \
tcl-dev \ tcl-dev \
libwebp-dev libwebp-dev \
tesseract-ocr
RUN python -m ensurepip --upgrade RUN python -m ensurepip --upgrade
RUN pip install setuptools wheel RUN pip install setuptools wheel
RUN pip install -r requirements.txt RUN pip install -r requirements.txt