From e297a49696268806235c99f842620337cf79473f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:57:04 +0200 Subject: [PATCH] Update manifest.toml: explicit dependency to redis-server --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 1f43b38..8ab315f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -64,6 +64,7 @@ ram.runtime = "300M" "libpq-dev", "postgresql", "postgresql-contrib", + "redis-server", ] [resources.database]