From 233dfb6c2e9a1adf4a810edceadaa2e5d8b03799 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Tue, 19 Nov 2019 20:44:40 +0000 Subject: [PATCH] static: fix qemu-virtiofs build virtiofs build failed using docker build. Signed-off-by: Jose Carlos Venegas Munoz --- static-build/qemu-virtiofs/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/static-build/qemu-virtiofs/Dockerfile b/static-build/qemu-virtiofs/Dockerfile index ef77df947a..f2c7413e28 100644 --- a/static-build/qemu-virtiofs/Dockerfile +++ b/static-build/qemu-virtiofs/Dockerfile @@ -41,6 +41,7 @@ RUN apt-get install -y \ RUN cd .. && git clone "${QEMU_VIRTIOFS_REPO}" qemu-virtiofs RUN git checkout "${QEMU_VIRTIOFS_TAG}" ADD qemu/patches/virtiofsd/0001-add-time-to-seccomp.patch /root/0001-add-time-to-seccomp.patch +ADD qemu/patches/virtiofsd/0002-libvhost-user-Fix-the-VHOST_USER_PROTOCOL_F_SLAVE_SE.patch /root/0002-libvhost-user-Fix-the-VHOST_USER_PROTOCOL_F_SLAVE_SE.patch RUN patch -p1 < /root/0001-add-time-to-seccomp.patch RUN patch -p1 < /root/0002-libvhost-user-Fix-the-VHOST_USER_PROTOCOL_F_SLAVE_SE.patch ADD scripts/configure-hypervisor.sh /root/configure-hypervisor.sh