added tessercat to Dockerfile
This commit is contained in:
@@ -20,7 +20,8 @@ RUN apk add --no-cache \
|
||||
tiff-dev \
|
||||
tk-dev \
|
||||
tcl-dev \
|
||||
libwebp-dev
|
||||
libwebp-dev \
|
||||
tesseract-ocr
|
||||
RUN python -m ensurepip --upgrade
|
||||
RUN pip install setuptools wheel
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user