From aa54f690b406251b66dbe261548c53b41752d26a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 5 Apr 2023 16:20:36 +0200 Subject: [PATCH] manifest: make sure we have a non-empty list for apt deps --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 51c8a8b..34d71ea 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,6 +67,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] + packages = "nginx" # Kind of "dummy" value to be sure to have a non-empty dep list packages_from_raw_bash = """ if [[ "$with_mysql" = 1 ]] then