forked from aaron/nextcloud-fpm
7 lines
195 B
Text
7 lines
195 B
Text
|
FROM nextcloud:23.0.0-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"]
|