added a couple additional deps

This commit is contained in:
Lars Kellogg-Stedman 2014-09-18 16:08:21 -04:00
parent 084ed6491b
commit aeb927872f
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM rhel7
MAINTAINER Lon Hohberger <lon@redhat.com>
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 \