Update horizon dockerfile for dependencies

Updated from dependency ref at [1]
Closes-Bug: #1474260

[1] http://docs.openstack.org/kilo/install-guide/install/yum/content/install_dashboard.html

Change-Id: Ic1a9c147d4e532d398faae8dea42ccad80999b03
This commit is contained in:
Swapnil Kulkarni 2015-07-14 10:39:30 +00:00 committed by Swapnil Kulkarni (coolsvap)
parent 6d4a55060e
commit e1c9e59039

View File

@ -4,7 +4,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install \
openstack-dashboard \
httpd \
httpd-mod-wsgi \
mod_wsgi \
patch \
&& yum clean all \
&& chown -R apache:apache /usr/share/openstack-dashboard/static