From 2e37d044aee1243e3bec3be6b04bd70d0daa3507 Mon Sep 17 00:00:00 2001 From: Miraty Date: Sun, 9 Jul 2023 01:18:48 +0200 Subject: [PATCH] Add required php extensions --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index a7b97fd..b0adb2f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,7 +45,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.2-fpm" + packages = "php8.2-fpm, php8.2-gd, php8.2-mbstring, php8.2-iconv" [resources.sources] [resources.sources.main]