Skip to content

Commit 5d0ef5f

Browse files
committed
scripts/../Dockerfile: fix OVS installation
Signed-off-by: Cristian Staretu <[email protected]>
1 parent e6df792 commit 5d0ef5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/netContain/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:16.04
2222
# ENV export https_proxy=https://proxy.localhost.com:8080
2323

2424
RUN apt-get update \
25-
&& apt-get install -y openvswitch-switch=2.5.2-0ubuntu0.16.04.2 \
25+
&& apt-get install -y openvswitch-switch=2.5.2* \
2626
net-tools \
2727
iptables \
2828
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)