Skip to content

Commit

Permalink
docker: add Xen libs to centos6 image
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
philmd authored and Fam Zheng committed Aug 15, 2017
1 parent 6aef2ad commit 18a2b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/docker/dockerfiles/centos6.docker
@@ -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 \
Expand All @@ -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

0 comments on commit 18a2b7a

Please sign in to comment.