docker: adjust Xen repository for CentOS 7
The Xen repository is failing to install, pick the right name for the release package. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
aab50e5344
commit
dce5874fc7
@ -1,5 +1,6 @@
|
||||
FROM centos:7
|
||||
RUN yum install -y epel-release centos-release-xen
|
||||
RUN yum install -y epel-release centos-release-xen-48
|
||||
|
||||
RUN yum -y update
|
||||
ENV PACKAGES \
|
||||
bison \
|
||||
@ -8,7 +9,7 @@ ENV PACKAGES \
|
||||
ccache \
|
||||
csnappy-devel \
|
||||
flex \
|
||||
g++ \
|
||||
gcc-c++ \
|
||||
gcc \
|
||||
gettext \
|
||||
git \
|
||||
|
Loading…
Reference in New Issue
Block a user