mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Add mariadb-server dependency in manifest.toml
This commit is contained in:
parent
83a89b6176
commit
b2d670dfce
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "php7.4-curl, php7.4-dom, php7.4-gd, php7.4-json, php7.4-mbstring, php7.4-pdo-mysql, php7.4-tokenizer, php7.4-zip, php7.4-ldap"
|
||||
packages = "mariadb-server, php7.4-curl, php7.4-dom, php7.4-gd, php7.4-json, php7.4-mbstring, php7.4-pdo-mysql, php7.4-tokenizer, php7.4-zip, php7.4-ldap"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Reference in a new issue