acrn-hypervisor/doc/getting-started/Dockerfile
Geoffroy Van Cutsem 6f7ba36ea0 doc: move the "Building ACRN in Docker" user guide
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>
2019-10-14 17:33:20 -04:00

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