nextcloud-fpm/Dockerfile

3 lines
161 B
Docker
Raw Normal View History

2022-06-22 02:03:36 +02:00
FROM 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