From cd26e19b25318c49709f4d3814349110a56a4117 Mon Sep 17 00:00:00 2001 From: Roja Eswaran Date: Thu, 8 Aug 2024 14:09:24 -0700 Subject: [PATCH] Removed inline tabs from xen-tools Dockerfile line:121 and 122 Signed-off-by: Roja Eswaran --- pkg/xen-tools/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/xen-tools/Dockerfile b/pkg/xen-tools/Dockerfile index a05d74d9d6f..83afe65a037 100644 --- a/pkg/xen-tools/Dockerfile +++ b/pkg/xen-tools/Dockerfile @@ -118,8 +118,8 @@ WORKDIR /xen # disable golang as it does not play well together with musl (stderr is defined as FILE* const and fails to compile) RUN apk add ninja RUN ./configure --prefix=/usr --disable-xen --disable-golang --disable-qemu-traditional --disable-docs --enable-9pfs \ - --with-system-ovmf=/usr/lib/xen/boot/ovmf.bin --disable-stubdom \ - --enable-vhost-vsock --enable-vhost-scsi +--with-system-ovmf=/usr/lib/xen/boot/ovmf.bin --disable-stubdom \ +--enable-vhost-vsock --enable-vhost-scsi RUN make -j "$(getconf _NPROCESSORS_ONLN)" && make dist RUN dist/install.sh /out