From 3a55d075d7e50d4782cbca9e4d47a27ee735f584 Mon Sep 17 00:00:00 2001 From: Eclipse Date: Wed, 27 Sep 2023 23:24:16 +0200 Subject: [PATCH] added php-fpm as apt package to resources --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 9def2db..1d839fb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,3 +43,6 @@ ram.runtime = "1M" [resources.permissions] main.url = "/" + + [resources.apt] + packages = "php8.2-fpm"