From: davidplunkett Date: Tue, 26 Mar 2019 05:24:12 +0000 (+0000) Subject: removed docker from list of pkgs checked X-Git-Tag: 1.0.0~19 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F509%2F1;p=redfish.git removed docker from list of pkgs checked Change-Id: Iedd8e4a38b0992071b4ff0c246c8711c70451e5a Signed-off-by: davidplunkett --- diff --git a/setup_tools.sh b/setup_tools.sh index 01e7590..48e93da 100755 --- a/setup_tools.sh +++ b/setup_tools.sh @@ -70,7 +70,7 @@ mkdir -p $BUILD_ROOT ## CHECK THAT REQUIRED PACKAGES ARE INSTALLED echo "Checking for known required packages" -PACKAGES="docker python xorriso sshpass python-requests python-pip python-yaml python-jinja2 make gcc coreutils" +PACKAGES="python xorriso sshpass python-requests python-pip python-yaml python-jinja2 make gcc coreutils" for PKG in $PACKAGES ; do if ! apt list $PKG 2>/dev/null | grep "$PKG.*installed.*" ; then echo "Attempting to install missing package $PKG"