forked from aaron/nextcloud-fpm
add tesseract
This commit is contained in:
parent
f7bb08d779
commit
dd6a3e35a6
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Reference in a new issue