diff --git a/scripts/before_install.sh b/scripts/before_install.sh index 6500244..2433332 100644 --- a/scripts/before_install.sh +++ b/scripts/before_install.sh @@ -9,6 +9,9 @@ sudo apt-get -y install golang-go sudo apt -y install nodejs sudo apt -y install npm +# install ffmpeg +sudo apt-get -y install ffmpeg + # Install MongoDB only if not already present if [ ! -f "/usr/bin/mongod" ]; then sudo apt-get install gnupg curl