acrn-hypervisor/doc/tutorials/Dockerfile
Lei, Lu 2628868ae0 doc: add build acrn in docker tutorial
Add a tutorial about how to build acrn in docker.

Signed-off-by: Lei, Lu <leix.lu@intel.com>
2019-09-12 10:36:39 -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