From f42f331c29cf1106580170c5ac9be66ee7576571 Mon Sep 17 00:00:00 2001 From: Robb Ebright Date: Tue, 7 Jan 2020 08:50:32 -0500 Subject: [PATCH] added xmlstarlet to centos based vagrant install --- installer/vagrant/centos.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/vagrant/centos.sh b/installer/vagrant/centos.sh index ddfcecebd..fdff0dd5f 100644 --- a/installer/vagrant/centos.sh +++ b/installer/vagrant/centos.sh @@ -86,7 +86,8 @@ yum install -y \ policycoreutils-python \ python-celery \ python2-pika \ - lsof + lsof \ + xmlstarlet # for pip ssl install yum install -y \