nextcloud dockerfile: fix small mistake with imagick

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-11-12 16:04:51 +01:00
parent 36c0041305
commit ed28174020

View file

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