fixed tesseract in Dockerfile

This commit is contained in:
Marcel Gansfusz
2025-11-04 16:56:24 +01:00
parent 594ac1fa00
commit 8704aee82e

View File

@@ -21,7 +21,8 @@ RUN apk add --no-cache \
tk-dev \ tk-dev \
tcl-dev \ tcl-dev \
libwebp-dev \ libwebp-dev \
tesseract-ocr tesseract-ocr \
tesseract-ocr-data-deu
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