From 028349ea50fbab6c8bbba31cfd3c8d9e9edf88dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 12 Jul 2024 12:14:13 +0200 Subject: [PATCH] Add php-gd to deps --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5a00794..bdfcb06 100644 --- a/manifest.toml +++ b/manifest.toml @@ -64,10 +64,11 @@ ram.runtime = "50M" [resources.apt] packages = [ "php8.2-fpm", + "php8.2-gd", + "php8.2-mbstring", "php8.2-mysql", "php8.2-sqlite3", "php8.2-xml", - "php8.2-mbstring", "mariadb-server", "ffmpeg", ]