From c2e5d570b63ade27c6f495e4f2d3ff2eca88092f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:28:52 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 035f850..ea446dc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,7 +51,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server ffmpeg php8.1-fpm php8.1-gd php8.1-intl php8.1-curl php8.1-exif php8.1-mbstring php8.1-xml php8.1-mysqlnd" + packages = "mariadb-server, ffmpeg, php8.1-fpm, php8.1-gd, php8.1-intl, php8.1-curl, php8.1-exif, php8.1-mbstring, php8.1-xml, php8.1-mysqlnd" [resources.database] type = "mysql"