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:
parent
cbb540ffcd
commit
f304a93bcd
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue