added xmlstarlet to centos based vagrant install

This commit is contained in:
Robb Ebright 2020-01-07 08:50:32 -05:00
parent 211ce99a2c
commit f42f331c29
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ yum install -y \
policycoreutils-python \
python-celery \
python2-pika \
lsof
lsof \
xmlstarlet
# for pip ssl install
yum install -y \