From 91e090f387f22733430345c4e6379abd31b1de86 Mon Sep 17 00:00:00 2001 From: Oilbeater Date: Wed, 10 Oct 2018 15:23:52 +0800 Subject: [PATCH] fix build failure --- scripts/netContain/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/netContain/Dockerfile b/scripts/netContain/Dockerfile index 362d9e52c..a5b0e5f4d 100644 --- a/scripts/netContain/Dockerfile +++ b/scripts/netContain/Dockerfile @@ -22,7 +22,7 @@ FROM ubuntu:16.04 # ENV export https_proxy=https://proxy.localhost.com:8080 RUN apt-get update \ - && apt-get install -y openvswitch-switch=2.5.2* \ + && apt-get install -y openvswitch-switch=2.5.5* \ net-tools \ iptables \ && rm -rf /var/lib/apt/lists/*