From d1ddd260606b3b4b855c0c093a5ada4b459ef4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 27 Jun 2024 22:48:45 +0200 Subject: [PATCH] Add libssl1.1 dep to fix bookworm --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 456cf6f..c36851f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -71,7 +71,11 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "postgresql postgresql-contrib" + packages = [ + "postgresql", + "postgresql-contrib", + "libssl1.1", + ] [resources.database] type = "postgresql"