From 6c8a2858ad5cabfb7b54a35ee81ba63a1c1e7012 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:49:00 +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 430521a..31b8808 100644 --- a/manifest.toml +++ b/manifest.toml @@ -97,7 +97,7 @@ ram.runtime = "50M" main.default = 5000 [resources.apt] - packages = "postgresql, postgresql-contrib, python3, python3-venv, libopenjp2-7" + packages = "postgresql, postgresql-contrib, python3, python3-venv, libopenjp2-7, redis-server" [resources.database] type = "postgresql"