Update the horizon dockerfile for formatting
Change-Id: Iacea37d84a57d1543f6332a8b600d431dc2c6270 Partial-Bug:#1569417
This commit is contained in:
parent
6d80053d03
commit
f93739fa4f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user