From f34550150f95587c2d3d68845eeb870ee550f9cc Mon Sep 17 00:00:00 2001 From: nicedevil007 <17103076+nicedevil007@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:08:24 +0200 Subject: [PATCH] added php82-pecl-vips this fixes last error on overview page :) --- install/alpine-nextcloud-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/alpine-nextcloud-install.sh b/install/alpine-nextcloud-install.sh index 15ead7e0..e89a1c4a 100644 --- a/install/alpine-nextcloud-install.sh +++ b/install/alpine-nextcloud-install.sh @@ -31,6 +31,7 @@ $STD apk add php82-fpm $STD apk add php82-sysvsem $STD apk add php82-pecl-smbclient $STD apk add php82-pecl-imagick +$STD apk add php82-pecl-vips $STD apk add php82-exif $STD apk add redis msg_ok "Installed PHP/Redis"