Add dependencies for Ubuntu/Debian (#12959)

Joel Tony created

Release Notes:

- Fixed #12890

Change summary

script/linux | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

script/linux 🔗

@@ -26,6 +26,8 @@ if [[ -n $apt ]]; then
     make
     clang
     mold
+    jq
+    gettext-base
   )
   $maysudo "$apt" install -y "${deps[@]}"
   exit 0