1
0
Fork 0
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:
tituspijean 2024-05-10 21:47:15 +02:00
parent 5cc259c58b
commit da6f8942aa
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

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