From dddf597bbbb3d7d84b0d5e96ca7b32286ef94140 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:58:50 +0200 Subject: [PATCH] Update manifest.toml: explicit dependency to redis-server --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index a829176..a3708f1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -83,7 +83,7 @@ ram.runtime = "50M" api.auth_header = false [resources.apt] - packages = "postgresql" + packages = "postgresql, redis-server" [resources.database] type = "postgresql"