From 3f66af3e7f3528fb1ab5ab97b2492870e600fb80 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 2 May 2024 23:15:22 +0200 Subject: [PATCH] Add g++ dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e376890..4a9ef11 100644 --- a/manifest.toml +++ b/manifest.toml @@ -66,7 +66,7 @@ ram.runtime = "500M" [resources.ports] [resources.apt] - packages = "python3-dev libpq-dev postgresql python3 python3-venv libldap2-dev libsasl2-dev libssl-dev" + packages = "g++ libpq-dev postgresql python3 python3-dev python3-venv libldap2-dev libsasl2-dev libssl-dev" [resources.database] type = "postgresql"