From 56070e6b03bbdf559e4cbf2ab7c3c9d22088853f Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:25:28 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c234292..ffeb039 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ NODEJS_VERSION="19" # dependencies used by the app -pkg_dependencies="ffmpeg postgresql" +pkg_dependencies="ffmpeg postgresql build-essential" #================================================= # PERSONAL HELPERS