From 7f8b73d9ae89c31c8f8eaa21c8953a84ced124bc Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Mon, 13 Mar 2017 20:56:59 +0100 Subject: [PATCH] Add missing playout dependency --- 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 3b8700f57..2d8876021 100644 --- a/installer/vagrant/centos.sh +++ b/installer/vagrant/centos.sh @@ -91,7 +91,8 @@ yum install -y \ python-pip \ selinux-policy \ policycoreutils-python \ - python-celery + python-celery \ + lsof # for pip ssl install yum install -y \