From 518e1b32099318e3e85f6cf97ba26d0b2a0de034 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 5 May 2024 18:26:35 +0200 Subject: [PATCH] :blue_book::worm: add g++ dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 98c9036..27aab55 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,7 +55,7 @@ ram.runtime = "300M" main.default = 8095 [resources.apt] - packages = "postgresql, postgresql-contrib" + packages = "g++, postgresql, postgresql-contrib" [resources.database] type = "postgresql"