removed openstack-selinux, which is probably unnecessary inside a container

This commit is contained in:
Lars Kellogg-Stedman 2014-09-20 19:48:16 -04:00
parent 3b9c556254
commit 572c586256
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ MAINTAINER jlabocki@redhat.com
#Install required packages
RUN yum install -y openstack-keystone \
openstack-utils \
openstack-selinux \
mariadb \
&& yum clean all