diff --git a/scripts/_common.sh b/scripts/_common.sh index 59495c0..5745215 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ MEMORY_NEEDED="2560" # dependencies used by the app -pkg_dependencies="build-essential python ffmpeg redis-server redis-tools postgresql postgresql-contrib" +pkg_dependencies="build-essential ffmpeg redis-server redis-tools postgresql postgresql-contrib" NODEJS_VERSION="12"