mirror of
https://github.com/YunoHost-Apps/koel_ynh.git
synced 2024-09-03 19:35:54 +02:00
Add php-gd to deps
This commit is contained in:
parent
75f179c2f0
commit
028349ea50
1 changed files with 2 additions and 1 deletions
|
@ -64,10 +64,11 @@ ram.runtime = "50M"
|
|||
[resources.apt]
|
||||
packages = [
|
||||
"php8.2-fpm",
|
||||
"php8.2-gd",
|
||||
"php8.2-mbstring",
|
||||
"php8.2-mysql",
|
||||
"php8.2-sqlite3",
|
||||
"php8.2-xml",
|
||||
"php8.2-mbstring",
|
||||
"mariadb-server",
|
||||
"ffmpeg",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue