From bcbe1339a8d28fda54fa9a331f447d6b50a735b6 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 28 Jan 2023 13:15:02 +0100 Subject: [PATCH] Fix _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index dae5c7b..5096fe6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ NODEJS_VERSION="18.13.0" # dependencies used by the app -pkg_dependencies="ffmpeg postgresql" +pkg_dependencies="ffmpeg postgresql build-essential" #================================================= # PERSONAL HELPERS