Update the horizon dockerfile for formatting

Change-Id: Iacea37d84a57d1543f6332a8b600d431dc2c6270
Partial-Bug:#1569417
This commit is contained in:
Swapnil Kulkarni (coolsvap)
2016-05-18 22:01:52 +05:30
parent 6d80053d03
commit f93739fa4f
+1 -1
View File
@@ -46,7 +46,7 @@ RUN cp /usr/share/openstack-dashboard/openstack_dashboard/conf/*.json /etc/opens
{% elif install_type == 'source' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y \
RUN yum -y install \
httpd \
mod_wsgi \
&& yum clean all \