Update OpenVSwitch dockerfile for formatting

Change-Id: Ie76b3ada37266aded0bd9808dffdc1b578be1172
Partial-Bug:#1569417
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-04-12 22:01:43 +05:30
parent 3f9f267a42
commit ddf3282c59
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ RUN yum install -y \
{% elif base_distro in ['ubuntu', 'debian'] %}
RUN apt-get install -y --no-install-recommends openvswitch-switch \
RUN apt-get install -y --no-install-recommends \
openvswitch-switch \
&& apt-get clean
{% endif %}