From aeb927872f93308ec5edc910b1051d8445ffabbf Mon Sep 17 00:00:00 2001 From: Lars Kellogg-Stedman Date: Thu, 18 Sep 2014 16:08:21 -0400 Subject: [PATCH] added a couple additional deps --- docker/rhel-osp-base/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/rhel-osp-base/Dockerfile b/docker/rhel-osp-base/Dockerfile index 6e0bead1ba..1f2cf0880c 100644 --- a/docker/rhel-osp-base/Dockerfile +++ b/docker/rhel-osp-base/Dockerfile @@ -2,6 +2,7 @@ FROM rhel7 MAINTAINER Lon Hohberger RUN yum install -y \ + mariadb-libs \ openstack-utils \ pyparsing \ python-alembic \ @@ -40,7 +41,10 @@ RUN yum install -y \ python-kombu \ python-lesscpy \ python-lockfile \ + python-lxml \ python-markdown \ + python-memcached \ + python-ldap \ python-migrate \ python-msgpack \ python-netifaces \