This patch contains the scripts to install the Qemu rpm and make use of it for
[kvmfornfv.git] / ci / build_rpm / Dockerfile
1 #!/bin/bash
2
3 FROM centos
4 RUN yum -y update && yum -y install \
5   git \
6   gcc \
7   gcc-c++ \
8   zlib-devel \
9   gtk2-devel \
10   glib2-devel \
11   make \
12   gettext \
13   bc \
14   bison\
15   flex\
16   rpm \
17   rpm-build