mirror of
https://github.com/YunoHost-Apps/ztncui_ynh.git
synced 2024-09-03 18:06:05 +02:00
Appease linter and add dependencies for bookworm
This commit is contained in:
parent
5cc259c58b
commit
da6f8942aa
1 changed files with 4 additions and 4 deletions
|
@ -22,9 +22,9 @@ architectures = "all"
|
|||
multi_instance = false
|
||||
ldap = false
|
||||
sso = false
|
||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
disk = "200M"
|
||||
ram.build = "350M"
|
||||
ram.runtime = "100M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
@ -64,4 +64,4 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
main.default = 8095
|
||||
|
||||
[resources.apt]
|
||||
packages = ["g++"]
|
||||
packages = "gcc, g++, node-gyp"
|
||||
|
|
Loading…
Add table
Reference in a new issue