mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-03 13:10:32 -07:00
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:
parent
6aef2ad70b
commit
18a2b7affc
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue