From 29e9ac9f2ee97c72b913373129bbd22d7b507600 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 2 May 2023 12:49:16 +0200 Subject: [PATCH] Add Elixir dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f8cfa7e..976e99b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -94,7 +94,7 @@ ram.runtime = "500M" main.url = "/" [resources.apt] - packages = "postgresql" + packages = "postgresql elixir" [resources.database] type = "postgresql"