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 04:03:27 +00:00

2 lines
161 B
Docker

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