nextcloud-fpm/Dockerfile
drone cbdb74cfd4
All checks were successful
continuous-integration/drone/push Build is passing
Update nextcloud Docker tag to v24.0.5
2022-09-13 20:18:13 +00:00

4 lines
No EOL
400 B
Docker

FROM amd64/nextcloud:24.0.5-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/