Update OpenVSwitch dockerfile for formatting
Change-Id: Ie76b3ada37266aded0bd9808dffdc1b578be1172 Partial-Bug:#1569417
This commit is contained in:
parent
3f9f267a42
commit
ddf3282c59
@ -9,7 +9,8 @@ RUN yum install -y \
|
|||||||
|
|
||||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
{% 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
|
&& apt-get clean
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user