diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 06740eafdf1..fd91f07c3eb 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -14,6 +14,8 @@ RUN apt update && apt install build-essential git libnuma-dev autoconf curl \ RUN cd /usr/src/ && \ git clone -b ovn-22.03.1 --depth=1 https://github.com/kubeovn/ovs.git && \ cd ovs && \ + # fix memleak + curl -s https://github.com/kubeovn/ovs/commit/2dc8e7aa202818952b2fa80b47298604530c9de0.patch | git apply && \ # increase election timer curl -s https://github.com/kubeovn/ovs/commit/22ea22c40b46ee5adeae977ff6cfca81b3ff25d7.patch | git apply && \ # compile without avx512