Skip to content
Snippets Groups Projects
Commit 25f322d5 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update OpenVSwitch dockerfile for formatting"

parents b5658d37 ddf3282c
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,8 @@ RUN yum install -y \ ...@@ -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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment