FROM fedora:rawhide
MAINTAINER http://fedoraproject.org/wiki/Cloud

RUN yum -y install \
	virt-install \
	libvirt-client \
	; yum clean all

