From: Philip Joseph Date: Tue, 13 Dec 2016 05:59:53 +0000 (+0530) Subject: Bug 130 : Install requireded development libs X-Git-Tag: v1.0.2~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=23f42559b7df2fd53fe3f9f836fe75aa58165f6e;p=osm%2FSO.git Bug 130 : Install requireded development libs Signed-off-by: Philip Joseph --- diff --git a/BUILD.sh b/BUILD.sh index daee1051..4d9f36a8 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -158,8 +158,8 @@ fi # and install of the packages required to build and run # this module if $runMkcontainer; then - sudo /usr/rift/container_tools/mkcontainer --modes build --modes ext --repo ${PLATFORM_REPOSITORY} sudo apt-get install -y libxml2-dev libxslt-dev + sudo /usr/rift/container_tools/mkcontainer --modes build --modes ext --repo ${PLATFORM_REPOSITORY} fi