From d30f5ce1edf3592d4f6ba94b12bae24e2e17f4a5 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:40:19 +0200 Subject: [PATCH] fix bookworm installation --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5b24c4a..4b858a7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,7 +55,7 @@ ram.runtime = "300M" main.default = 8095 [resources.apt] - packages = "postgresql, postgresql-contrib" + packages = "postgresql, postgresql-contrib, build-essential" [resources.database] type = "postgresql"