From: Dileep Ranganathan Date: Mon, 30 Jul 2018 10:33:50 +0000 (-0700) Subject: Missing xmllint package for version scraping X-Git-Tag: v1.2.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f15a7865c2174c4b8a1d505b21e245411ad7738b;p=optf%2Fosdf.git Missing xmllint package for version scraping Installed missing xmllint package for version scraping Change-Id: I019c8d43ef145b3713f7267d52bd14fec5df2a76 Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan --- diff --git a/docker/build_image.sh b/docker/build_image.sh index d5e153b..3c1b22a 100755 --- a/docker/build_image.sh +++ b/docker/build_image.sh @@ -43,6 +43,7 @@ function log_ts() { # Log message with timestamp function get_artifact_version() { log_ts Get Maven Artifact version from pom.xml + apt-get install libxml2-utils MVN_ARTIFACT_VERSION=`echo -e "setns x=http://maven.apache.org/POM/4.0.0 \n xpath /x:project/x:version/text() "| xmllint --shell pom.xml | grep content | sed 's/.*content=//'` log_ts Maven artifact version for OSDF is $MVN_ARTIFACT_VERSION if [[ "$MVN_ARTIFACT_VERSION" =~ SNAPSHOT ]]; then