Update Alpine Nextcloud (#1876)

add php82-pecl-vips
This commit is contained in:
nicedevil007 2023-10-03 11:14:26 +02:00 committed by GitHub
parent b1f2e76f7a
commit d48605dcde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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-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"