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 \