Update openvswitch dockerfile for formatting

Change-Id: Ia9c8a4d4a24f3a80652b950924917091ba7d16fe
Partial-Bug:#1569417
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-04-21 17:18:50 +05:30
parent a861450fd2
commit 74601e38bf
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y \
RUN yum -y install \
openvswitch \
&& yum clean all