1
0
Fork 0
This repository has been archived on 2024-04-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nextcloud-fpm/Dockerfile
2022-05-19 05:40:08 +02:00

2 lines
161 B
Docker

FROM nextcloud:23.0.4-fpm
RUN apt-get update && apt-get install -y libmagickcore-6.q16-6-extra tesseract-ocr && apt-get clean autoclean && apt-get autoremove -y