From 8056fa967f6491cb659c9f802cd6762ed5983c6b Mon Sep 17 00:00:00 2001
From: orhtej2 <2871798+orhtej2@users.noreply.github.com>
Date: Sun, 22 Oct 2023 23:00:59 +0200
Subject: [PATCH] Explicitly specify `gawk` dependency.

---
 scripts/_common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/_common.sh b/scripts/_common.sh
index 11978d9..e34918d 100644
--- a/scripts/_common.sh
+++ b/scripts/_common.sh
@@ -5,7 +5,7 @@
 #=================================================
 
 # dependencies used by the app
-pkg_dependencies="postgresql"
+pkg_dependencies="postgresql gawk"
 
 NODEJS_VERSION=18