From 4fd524134a61a2df3c30a327cf3c0988883e2b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 30 Jan 2024 13:57:56 +0100 Subject: [PATCH] Fix missing psql --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 1fd2129..7b5163a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -66,3 +66,6 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [resources.apt] packages = "python3-pip, build-essential, python3-dev, python3-venv, postgresql, uwsgi, uwsgi-plugin-python3, expect, libpq-dev, libkrb5-dev" + + [resources.database] + type = "postgresql"