Merge "Update OpenVSwitch dockerfile for formatting"
This commit is contained in:
commit
25f322d5d3
@ -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