Skip to content
Snippets Groups Projects
Commit 3bb81307 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update Manila dockerfile for formatting"

parents 135ae2cf 84aceccf
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }} ...@@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %} {% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %} {% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-manila-share \ RUN yum -y install \
openstack-manila-share \
&& yum clean all && yum clean all
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment