From 6544fbbe5fc3196abcd89b318548a231635e84b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 23 Jan 2024 16:49:21 +0100 Subject: [PATCH] Add php-fpm --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 9cc7465..e0aad85 100644 --- a/manifest.toml +++ b/manifest.toml @@ -85,6 +85,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen packages = [ "python3-pip", "php7.4-cli", + "php7.4-fpm", "php7.4-mysql", "php7.4-imap", "php7.4-gd",