From d2965babaa173e2dffa5f4d561b4dff4e5eb2196 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 1 May 2024 22:13:15 +0200 Subject: [PATCH] Add php7.4-mysql dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 0822cbb..042edbd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -50,7 +50,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server, php7.4-fpm" + packages = "mariadb-server, php7.4-fpm, php7.4-mysql" [resources.database] type = "mysql"