From 1ee64ff8061fcea3f9b4d83056da25af01d69895 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:10:36 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index c5ab555..2e1e1ed 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,6 +60,9 @@ ram.runtime = "50M" [resources.ports] main.port = 8080 + + [resources.apt] + packages = "postgresql, postgresql-contrib" [resources.database] type = "postgresql"