docker: add Xen libs to centos6 image

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20170728233316.13352-3-f4bug@amsat.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
This commit is contained in:
Philippe Mathieu-Daudé 2017-07-28 20:33:14 -03:00 committed by Fam Zheng
parent 6aef2ad70b
commit 18a2b7affc
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM centos:6
RUN yum install -y epel-release
RUN yum install -y epel-release centos-release-xen
ENV PACKAGES \
bison \
ccache \
@ -13,6 +13,7 @@ ENV PACKAGES \
pixman-devel \
SDL-devel \
tar \
xen-devel \
zlib-devel
RUN yum install -y $PACKAGES
RUN rpm -q $PACKAGES | sort > /packages.txt