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

Merge "Update Ironic dockerfile for formatting"

parents 4075c3ec e561ce2f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-ironic-api \
RUN yum -y install \
openstack-ironic-api \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}
......
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