1
0
Fork 0
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:
Salamandar 2024-07-12 12:14:13 +02:00
parent 75f179c2f0
commit 028349ea50

View file

@ -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",
]