From ed281740204ed419a573fced3303515d5f9f550c Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 12 Nov 2024 16:04:51 +0100 Subject: [PATCH] nextcloud dockerfile: fix small mistake with imagick Signed-off-by: Simon L. --- Containers/nextcloud/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 6fb9a460f69..6465c893da8 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -105,7 +105,6 @@ RUN set -ex; \ apcu \ memcached \ redis \ - imagick \ ; \ rm -r /tmp/pear; \ \