We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6df792 commit 5d0ef5fCopy full SHA for 5d0ef5f
scripts/netContain/Dockerfile
@@ -22,7 +22,7 @@ FROM ubuntu:16.04
22
# ENV export https_proxy=https://proxy.localhost.com:8080
23
24
RUN apt-get update \
25
- && apt-get install -y openvswitch-switch=2.5.2-0ubuntu0.16.04.2 \
+ && apt-get install -y openvswitch-switch=2.5.2* \
26
net-tools \
27
iptables \
28
&& rm -rf /var/lib/apt/lists/*
0 commit comments