nextcloud-fpm/Dockerfile

3 lines
167 B
Docker
Raw Normal View History

2022-07-04 11:13:34 +02:00
FROM amd64/nextcloud:24.0.2-fpm
2022-05-19 05:40:08 +02:00
RUN apt-get update && apt-get install -y libmagickcore-6.q16-6-extra tesseract-ocr && apt-get clean autoclean && apt-get autoremove -y