mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-07 12:17:21 +00:00
This update of Dockerfile will add support to the AArch64 integration tests and musl building, including: 1. Installation of the missing `setcap` binary on AArch64. On AArch64, `setcap` binary should be installed via `libcap2-bin`. This binary is needed in the integration test. 2. Related support for the cloud-hypervisor binary building by musl toolchain. Signed-off-by: Henry Wang <Henry.Wang@arm.com>