nextcloud: Allow to disable imagick without having to enable it each time

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-12-17 15:24:28 +01:00
parent adedd78c34
commit 7b91fcbbd3
2 changed files with 6 additions and 7 deletions

View file

@ -93,6 +93,7 @@ RUN set -ex; \
apcu \
memcached \
redis \
imagick \
; \
rm -r /tmp/pear; \
\