Bug 130 : Install requireded development libs 85/785/1
authorPhilip Joseph <philip.joseph@riftio.com>
Tue, 13 Dec 2016 05:59:53 +0000 (11:29 +0530)
committerPhilip Joseph <philip.joseph@riftio.com>
Tue, 13 Dec 2016 05:59:53 +0000 (11:29 +0530)
Signed-off-by: Philip Joseph <philip.joseph@riftio.com>
BUILD.sh

index daee105..4d9f36a 100755 (executable)
--- 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