Fix tesseract dependencies
All checks were successful
Push image to registry / build-image (push) Successful in 4m55s
All checks were successful
Push image to registry / build-image (push) Successful in 4m55s
This commit is contained in:
@ -63,8 +63,8 @@ RUN docker-php-ext-install gd pdo pdo_mysql zip
|
||||
|
||||
# Tesseract-OCR module downloads
|
||||
# Based on https://github.com/Franky1/docker-tesseract/blob/master/Dockerfile.main
|
||||
RUN wget --no-check-certificate https://github.com/tesseract-ocr/tessdata/raw/3.04.00/eng.traineddata -P /usr/share/tessdata \
|
||||
&& wget --no-check-certificate https://github.com/tesseract-ocr/tessdata/raw/3.04.00/fre.traineddata -P /usr/share/tessdata
|
||||
RUN wget --no-check-certificate https://github.com/tesseract-ocr/tessdata/raw/refs/heads/main/eng.traineddata -P /usr/share/tessdata \
|
||||
&& wget --no-check-certificate https://github.com/tesseract-ocr/tessdata/raw/refs/heads/main/fra.traineddata -P /usr/share/tessdata
|
||||
|
||||
# Install latest version of the linux binary of yt-dlp into /bin/yt-dlp
|
||||
# Get the file from https://github.com/yt-dlp/yt-dlp-master-builds/releases/latest/download/yt-dlp
|
||||
|
Reference in New Issue
Block a user