From 7db1ced5ea8782baa1bc928781ac8c4d2ed752a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 31 Dec 2020 15:03:13 +0100 Subject: [PATCH] Add PostgreSQL dependencie (#21) --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 29c2658..8551544 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="g++" +pkg_dependencies="g++ postgresql" GO_VERSION="1.14" GO_PATH="/usr/lib/go-$GO_VERSION/bin"