Files
acrn-hypervisor/hypervisor/Dockerfile
Geoffroy Van Cutsem 46bb2dbd51 Add initial .travis.yml and Dockerfile (Clearlinux)
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Signed-off-by: T <shrmrf@users.noreply.github.com>
2018-05-15 17:25:24 +08:00

13 lines
299 B
Docker

FROM clearlinux:base
MAINTAINER shrmrf "https://github.com/shrmrf"
# Install packages for building acrn
# RUN swupd update
RUN swupd bundle-add os-core-dev
RUN git config --global http.sslVerify false
COPY . /root/acrn-hypervisor
RUN cd /root/acrn-hypervisor; make clean && make PLATFORM=uefi