From 56c229b6cd8639d7fca19261273df8da01bc81ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 21 Jun 2024 00:21:48 +0200 Subject: [PATCH] Fix bullseye by adding g++ dep --- manifest.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f02e3a4..e0c2b91 100644 --- a/manifest.toml +++ b/manifest.toml @@ -70,7 +70,10 @@ ram.runtime = "50M" [resources.ports] [resources.apt] - packages = ["postgresql"] + packages = [ + "g++", + "postgresql" + ] [resources.database] type = "postgresql"