X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=BUILD.sh;h=55757a205b427f5f6c00901531f638137d2168bf;hp=1573a39657d7ae96653945321211d52daa58728b;hb=0e6ae9b24f70eaa4498003976a0f9b783c6e5aea;hpb=8eb557966d0f50d37831b1e872b63e51ee3f4ac9 diff --git a/BUILD.sh b/BUILD.sh index 1573a3965..55757a205 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -80,7 +80,7 @@ set -x # Print commands before executing them # Set up repo and version PLATFORM_REPOSITORY=${1:-OSM3} -PLATFORM_VERSION=${2:-5.2.0.1.71454} +PLATFORM_VERSION=${2:-5.2.0.3.73627} ############################################################################### # Main block @@ -106,6 +106,8 @@ else # Install environment to build module sudo -H /usr/rift/container_tools/mkcontainer --modes $MODULE-dev --repo ${PLATFORM_REPOSITORY} --rw-version ${PLATFORM_VERSION} + sudo -H apt install -y nodejs + sudo -H npm install -g forever # Build and install module make -j16