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:
Geoffroy Van Cutsem 2019-12-11 14:41:31 +01:00 committed by wenlingz
parent 3cee259583
commit 72b1a409bb
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ RUN swupd update -b && \
devpkg-libusb \ devpkg-libusb \
devpkg-libpciaccess \ devpkg-libpciaccess \
devpkg-gnu-efi \ devpkg-gnu-efi \
devpkg-numactl \
bc \ bc \
lz4 \ lz4 \
diffutils \ diffutils \