Merge "Update OpenVSwitch dockerfile for formatting"

This commit is contained in:
Jenkins 2016-04-13 07:48:36 +00:00 committed by Gerrit Code Review
commit 25f322d5d3

View File

@ -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 %}