From e1d1d9223a0b421f0b964af5bf26a139e468925b Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:28:56 +0200 Subject: [PATCH] Specify gawk dependency. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 4e28aab..931d416 100644 --- a/manifest.toml +++ b/manifest.toml @@ -71,7 +71,7 @@ ram.runtime = "50M" main.auth_header = false [resources.apt] - packages = "postgresql" + packages = "postgresql gawk" extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"