From e3c6d21bf39cf8482dd89d2da4ab64e652ad266c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:57:55 +0200 Subject: [PATCH] Update manifest.toml: explicit dependency to redis-server --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index efd11e1..0ea847d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,3 +67,6 @@ ram.runtime = "50M" download.auth_header = false download.show_tile = false download.additional_urls = [ "re:^__DOMAIN__/.*.css$", "re:^__DOMAIN__/.*.js$", "re:^__DOMAIN__/.*.svg$", "re:^__DOMAIN__/.*.woff2$", "re:^__DOMAIN__/favicon.*.png$" ] + + [resources.apt] + packages = "redis-server"