add libmagickcore extra for svg support
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
andreas 2022-07-21 19:22:27 +02:00
parent 8ac9df560c
commit d06ddfbbd9

View File

@ -3,10 +3,11 @@ arg NC_TAG=24.0.3-apache
from docker.io/nextcloud:$NC_TAG from docker.io/nextcloud:$NC_TAG
run apt-get update && apt-get install -y \ run apt-get update && apt-get install -y \
sudo cron samba-client unrar-free p7zip p7zip-full \ sudo cron samba-client unrar-free p7zip p7zip-full \
supervisor \ libmagickcore-6.q16-6-extra \
&& rm -rf /var/lib/apt/lists \ supervisor \
&& mkdir /var/log/supervisord /var/run/supervisord && rm -rf /var/lib/apt/lists \
&& mkdir /var/log/supervisord /var/run/supervisord
copy supervisord.conf / copy supervisord.conf /