Good catch Ales,

Acked-by: Mark Michelson <[email protected]>

On 4/29/22 03:43, Ales Musil wrote:
Signed-off-by: Ales Musil <[email protected]>
---
  .ci/ovn-kubernetes/Dockerfile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/ovn-kubernetes/Dockerfile b/.ci/ovn-kubernetes/Dockerfile
index bd220b1e2..19662889e 100644
--- a/.ci/ovn-kubernetes/Dockerfile
+++ b/.ci/ovn-kubernetes/Dockerfile
@@ -60,7 +60,7 @@ FROM fedora:35
# install needed dependencies
  RUN INSTALL_PKGS=" \
-    iptables iproute iputils hostname unbound-libs kubernetes-client kmod" && \
+    iptables iproute iputils hostname unbound-libs kubernetes-client kmod socat" 
&& \
      dnf install --best --refresh -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
      dnf clean all && rm -rf /var/cache/dnf/*

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to