add tesseract

This commit is contained in:
Aaron Riedel 2022-05-19 05:40:08 +02:00
parent f7bb08d779
commit dd6a3e35a6
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,6 +1,2 @@
FROM nextcloud:23.0.4-fpm
RUN apt-get update && apt-get install -y libmagickcore-6.q16-6-extra && apt-get clean autoclean && apt-get autoremove -y
ENTRYPOINT ["/entrypoint.sh"]
CMD ["php-fpm"]
RUN apt-get update && apt-get install -y libmagickcore-6.q16-6-extra tesseract-ocr && apt-get clean autoclean && apt-get autoremove -y