Merge pull request #7335 from nextcloud/enh/noid/allow-disable-imagick

nextcloud: Allow to disable imagick without having to enable it each time
This commit is contained in:
Simon L.
2026-01-05 10:09:34 +01:00
committed by GitHub
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; \
\