mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-02 12:25:31 +00:00
Move the "Building ACRN in Docker" guide to the "Try using ACRN" section to be more prominently visible. Reference it from the main "Build ACRN from Source" user guide. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@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
|