From 92cc4ed376b62cdbeb1634bc5b4b2e5c60820be2 Mon Sep 17 00:00:00 2001 From: Mengxin Liu Date: Tue, 9 Mar 2021 18:21:45 +0800 Subject: [PATCH] fix: add missing ovn-ic binary --- dist/images/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/images/Dockerfile b/dist/images/Dockerfile index 6ca90d138d8..b6910c7269a 100644 --- a/dist/images/Dockerfile +++ b/dist/images/Dockerfile @@ -28,6 +28,7 @@ RUN cd /usr/src/ && git clone -b branch-20.12 --depth=1 https://github.com/ovn-o curl https://github.com/kubeovn/ovn/commit/289c62e3fcd05901dac4b727aa59f6cba058905f.patch | git apply && \ curl https://github.com/kubeovn/ovn/commit/e24734913d25c0bffdf1cfd79e14ef43d01e1019.patch | git apply && \ curl https://github.com/kubeovn/ovn/commit/afb8d70fd2488631fdd71af26c6fedf78ef9309a.patch | git apply && \ + curl https://github.com/kubeovn/ovn/commit/402049e21ce5fb2d0ea23c04843f49a4ab65f027.patch | git apply && \ sed -i 's/OVN/ovn/g' debian/changelog && \ rm -rf .git && \ ./boot.sh && \