1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/koel_ynh.git synced 2024-09-03 19:35:54 +02:00

Fix PHP dependencies

This commit is contained in:
tituspijean 2023-09-17 18:41:40 +02:00
parent cbb540ffcd
commit f304a93bcd
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -61,7 +61,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.2-fpm, php8.2-mysql, php8.2-sqlite3, mariadb-server, ffmpeg"
packages = "php8.2-fpm, php8.2-mysql, php8.2-sqlite3, php8.2-xml, php8.2-mbstring, mariadb-server, ffmpeg"
[resources.database]
type = "mysql"