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

@ -4,6 +4,7 @@ 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 \
libmagickcore-6.q16-6-extra \
supervisor \ supervisor \
&& rm -rf /var/lib/apt/lists \ && rm -rf /var/lib/apt/lists \
&& mkdir /var/log/supervisord /var/run/supervisord && mkdir /var/log/supervisord /var/run/supervisord