From 6b4de8b2e3ef727a827b0dd89cc7bc5213a4791f Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 7 Aug 2022 23:33:06 -0400 Subject: [PATCH] fix dep --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index e2ddbfd..d1b85e1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app (must be on a single line) -pkg_dependencies="python3-setuptools python3-virtualenv python3-dev python3-venv python3-pip python3-dev" +pkg_dependencies="git curl python3 python3-pip python3-venv libpq-dev libsasl2-dev python3-dev libssl-dev" #================================================= # PERSONAL HELPERS