commit
084ed6491b
88
docker/rhel-osp-base/Dockerfile
Normal file
88
docker/rhel-osp-base/Dockerfile
Normal file
@ -0,0 +1,88 @@
|
||||
FROM rhel7
|
||||
MAINTAINER Lon Hohberger <lon@redhat.com>
|
||||
|
||||
RUN yum install -y \
|
||||
openstack-utils \
|
||||
pyparsing \
|
||||
python-alembic \
|
||||
python-amqp \
|
||||
python-amqplib \
|
||||
python-anyjson \
|
||||
python-boto \
|
||||
python-ceilometerclient \
|
||||
python-cheetah \
|
||||
python-cinderclient \
|
||||
python-cliff \
|
||||
python-cmd2 \
|
||||
python-croniter \
|
||||
python-crypto \
|
||||
python-d2to1 \
|
||||
python-docutils \
|
||||
python-dogpile-cache \
|
||||
python-dogpile-core \
|
||||
python-empy \
|
||||
python-eventlet \
|
||||
python-flask \
|
||||
python-futures \
|
||||
python-glanceclient \
|
||||
python-greenlet \
|
||||
python-heatclient \
|
||||
python-httplib2 \
|
||||
python-iso8601 \
|
||||
python-itsdangerous \
|
||||
python-jinja2 \
|
||||
python-jsonpatch \
|
||||
python-jsonpath-rw \
|
||||
python-jsonpointer \
|
||||
python-jsonschema \
|
||||
python-keyring \
|
||||
python-keystoneclient \
|
||||
python-kombu \
|
||||
python-lesscpy \
|
||||
python-lockfile \
|
||||
python-markdown \
|
||||
python-migrate \
|
||||
python-msgpack \
|
||||
python-netifaces \
|
||||
python-networkx \
|
||||
python-neutronclient \
|
||||
python-novaclient \
|
||||
python-oauthlib \
|
||||
python-openstackclient \
|
||||
python-oslo-config \
|
||||
python-oslo-messaging \
|
||||
python-oslo-rootwrap \
|
||||
python-oslo-vmware \
|
||||
python-paramiko \
|
||||
python-passlib \
|
||||
python-paste-deploy \
|
||||
python-pbr \
|
||||
python-pecan \
|
||||
python-ply \
|
||||
python-prettytable \
|
||||
python-psutil \
|
||||
python-pycadf \
|
||||
python-pygments \
|
||||
python-pymongo \
|
||||
python-qpid \
|
||||
python-repoze-lru \
|
||||
python-requests \
|
||||
python-routes \
|
||||
python-saharaclient \
|
||||
python-simplegeneric \
|
||||
python-simplejson \
|
||||
python-singledispatch \
|
||||
python-six \
|
||||
python-sqlalchemy \
|
||||
python-stevedore \
|
||||
python-swiftclient \
|
||||
python-taskflow \
|
||||
python-troveclient \
|
||||
python-versiontools \
|
||||
python-warlock \
|
||||
python-webob \
|
||||
python-websockify \
|
||||
python-webtest \
|
||||
python-werkzeug \
|
||||
python-wsme \
|
||||
&& yum clean all
|
Loading…
x
Reference in New Issue
Block a user