From 906893f2194e4c6f7c1b03d89a23cf12d1ee95b2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:52:15 +0200 Subject: [PATCH] Update manifest.toml: explicit dependency to redis-server --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f8df04c..9fbfcd8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,7 +60,8 @@ ram.runtime = "50M" [resources.apt] packages = [ "ffmpeg", - "postgresql" + "postgresql", + "redis-server", ] [resources.apt.extras.yarn]