added php82-pecl-vips

this fixes last error on overview page :)
This commit is contained in:
nicedevil007 2023-10-03 11:08:24 +02:00
parent b1f2e76f7a
commit f34550150f
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ $STD apk add php82-fpm
$STD apk add php82-sysvsem $STD apk add php82-sysvsem
$STD apk add php82-pecl-smbclient $STD apk add php82-pecl-smbclient
$STD apk add php82-pecl-imagick $STD apk add php82-pecl-imagick
$STD apk add php82-pecl-vips
$STD apk add php82-exif $STD apk add php82-exif
$STD apk add redis $STD apk add redis
msg_ok "Installed PHP/Redis" msg_ok "Installed PHP/Redis"