acrn-hypervisor/.travis-dockerfiles/Dockerfile.clearlinux
Geoffroy Van Cutsem c396c5361c Update Travis CI files to account for new build dependencies
* Add Fedora 28 and Ubuntu 18.04 Dockerfile
* Add new build dependencies (for the ACRN tools)
* Change default Fedora version to 28

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
2018-06-01 13:16:06 +08:00

12 lines
208 B
Docker

# Build container based on Clearlinux
FROM clearlinux:base
RUN swupd bundle-add os-clr-on-clr
RUN mkdir -p /usr/local/bin
RUN git config --global http.sslVerify false
WORKDIR /root/acrn
CMD ["/bin/bash"]