mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 21:09:31 +00:00
tools: Support for building qemu with linux aio
The kata containers hypervisior qemu configuration supports setting block_device_aio="native", but the kata static build of qemu does not add the linux aio feature. The libaio-dev library is a necessary dependency for building qemu with linux aio. Fixes: #10130 Signed-off-by: Zhiwei Huang <ai.william@outlook.com>
This commit is contained in:
@@ -37,6 +37,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
dpkg-dev \
|
||||
flex \
|
||||
gawk \
|
||||
libaio-dev${DPKG_ARCH} \
|
||||
libaudit-dev${DPKG_ARCH} \
|
||||
libblkid-dev${DPKG_ARCH} \
|
||||
libcap-dev${DPKG_ARCH} \
|
||||
|
Reference in New Issue
Block a user