Merge "Update the horizon dockerfile for formatting"

This commit is contained in:
Jenkins 2016-05-26 11:13:05 +00:00 committed by Gerrit Code Review
commit 6148a303ee

@ -52,7 +52,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 \
gettext \