On 4/29/22 09:43, Ales Musil wrote: > Signed-off-by: Ales Musil <[email protected]> > ---
Acked-by: Dumitru Ceara <[email protected]> Mark, Numan, could we get this merged soon please, it makes the ovn-kubernetes CI run green again: https://github.com/ovsrobot/ovn/actions/runs/2244105281 Thanks, Dumitru > .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
