mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-31 15:30:56 +00:00
doc: add new dependency to Clear Linux ACRN builder container
Since commit 9e9e1f61
, a new build dependency on the NUMA library has been
introduced. We therefore need to add the `devpkg-numactl` bundle to our
Dockerfile used to build the Clear Linux "ACRN builder" container image.
Tracked-On: #4175
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
3cee259583
commit
72b1a409bb
@ -19,6 +19,7 @@ RUN swupd update -b && \
|
||||
devpkg-libusb \
|
||||
devpkg-libpciaccess \
|
||||
devpkg-gnu-efi \
|
||||
devpkg-numactl \
|
||||
bc \
|
||||
lz4 \
|
||||
diffutils \
|
||||
|
Loading…
Reference in New Issue
Block a user