From 23f42559b7df2fd53fe3f9f836fe75aa58165f6e Mon Sep 17 00:00:00 2001 From: Philip Joseph Date: Tue, 13 Dec 2016 11:29:53 +0530 Subject: [PATCH] Bug 130 : Install requireded development libs Signed-off-by: Philip Joseph --- BUILD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1