revert b1107cf145
All checks were successful
continuous-integration/drone/push Build is passing

revert Update 'Dockerfile'
This commit is contained in:
Aaron Riedel 2022-09-11 13:53:07 +02:00
parent b1107cf145
commit 007492f324

View file

@ -1,4 +1,4 @@
FROM amd64/nextcloud:24.0.5-fpm
FROM amd64/nextcloud:24.0.4-fpm
RUN apt-get update && apt-get install -y libmagickcore-6.q16-6-extra tesseract-ocr && apt-get clean autoclean && apt-get autoremove -y
ADD https://raw.githubusercontent.com/tesseract-ocr/tessdata/main/deu.traineddata /usr/share/tesseract-ocr/tessdata/
ADD https://raw.githubusercontent.com/tesseract-ocr/tessdata/main/eng.traineddata /usr/share/tesseract-ocr/tessdata/