fix(ovn): add iproute2 image

Change-Id: I4458d6def6e202d14b61f21f22f85b5855ba99e8
This commit is contained in:
Mohammed Naser 2023-07-21 16:06:02 +02:00
parent b8eb11213b
commit fe257fa396
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@ RUN apt-get update && apt-get install -y \
ovn-host \
ovn-central \
dnsutils \
iproute2 \
&& rm -rf /var/lib/apt/lists/*