ImageMagick
gonzogo opened this issue · 2 comments
gonzogo commented
Hi Reiner,
What is your recommended way to install ImageMagick when using this playbook?
Thanks
ReinerNippes commented
Hi,
this playbook uses only the standard images.
Nevertheless you could use the elasticsearch container as an example how to build your own image.
In roles/docker_container/tasks/elasticsearch.yml you find an example how to template a docker file, build your image locally and start this image as your container.
How to build your own Nextcloud image look here: https://github.com/nextcloud/docker#adding-features
gonzogo commented
Thanks again for being so helpful, Reiner!