mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-02 05:34:04 +00:00
Add a tutorial about how to build acrn in docker. Signed-off-by: Lei, Lu <leix.lu@intel.com>
6 lines
132 B
Docker
6 lines
132 B
Docker
FROM clearlinux:latest
|
|
|
|
RUN swupd bundle-add os-clr-on-clr os-core-dev python3-basic
|
|
RUN pip3 install kconfiglib
|
|
WORKDIR /workspace
|