1
0
Fork 0
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:
tituspijean 2023-02-20 12:41:53 +01:00 committed by GitHub
parent 83a89b6176
commit b2d670dfce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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