From 7a98e93227954becb325f1079d36400e6dc334d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 5 Sep 2023 13:52:18 +0200 Subject: [PATCH] Add mariadb dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 28d6bc4..ed42406 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,7 +52,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "python3-dev, python3-venv, libffi-dev, libssl-dev" + packages = "mariadb-server, python3-dev, python3-venv, libffi-dev, libssl-dev" [resources.database] type = "mysql"