acrn-hypervisor/.travis-dockerfiles/Dockerfile.clearlinux
Geoffroy Van Cutsem b8b2d037c3 Enable Travis CI for all combinations
Enable the Travis CI testing for all combinations of variables
that can be set at compile-time. I.e. RELEASE={0|1} and
PLATFORM={0|1}

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
2018-04-06 22:28:46 +08:00

9 lines
146 B
Docker

# Build container based on Clearlinux
FROM clearlinux:base
RUN swupd bundle-add os-core-dev dev-utils-dev
WORKDIR /root/acrn
CMD ["/bin/bash"]