From da6f8942aa59a4cc6496fc7fc18c5092298f5c9e Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 10 May 2024 21:47:15 +0200 Subject: [PATCH] Appease linter and add dependencies for bookworm --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2d78bdf..2274ad8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"