From 2046178d894438b492d93f30941076ee7964f6ab Mon Sep 17 00:00:00 2001 From: shravani Date: Thu, 5 Jan 2017 18:36:26 +0530 Subject: This patch contains the scripts to install the Qemu rpm and make use of it for lauching guest VM's Change-Id: I74ce89e1e0d628b0be2d9165b8418a519b52064d Co-Authored-By: Y Rajitha Signed-off-by: Shravani --- ci/build_rpm/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/build_rpm') diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile index 6d6d3ba35..6004c9057 100644 --- a/ci/build_rpm/Dockerfile +++ b/ci/build_rpm/Dockerfile @@ -7,8 +7,11 @@ RUN yum -y update && yum -y install \ gcc-c++ \ zlib-devel \ gtk2-devel \ + glib2-devel \ make \ gettext \ bc \ + bison\ + flex\ rpm \ rpm-build -- cgit 1.2.3-korg