[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH v2 2/4] automation: install some packages for CentOS from EPEL



They are needed to build tools.

Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
---
 automation/build/centos/7.2.dockerfile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/automation/build/centos/7.2.dockerfile 
b/automation/build/centos/7.2.dockerfile
index 34eac9abd4..f46a5e3f2b 100644
--- a/automation/build/centos/7.2.dockerfile
+++ b/automation/build/centos/7.2.dockerfile
@@ -6,6 +6,9 @@ LABEL maintainer.name="The Xen Project" \
 # the version we want
 COPY CentOS-7.2.repo /etc/yum.repos.d/CentOS-Base.repo
 
+# install EPEL for dev86, xz-devel and possibly other packages
+RUN yum -y install 
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+
 RUN mkdir /build
 WORKDIR /build
 
@@ -40,4 +43,7 @@ RUN rpm --rebuilddb && \
         patch \
         checkpolicy \
         texinfo \
+        dev86 \
+        xz-devel \
+        bzip2 \
     && yum clean all
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.