diff options
author | Justin chi <chigang@huawei.com> | 2015-09-11 03:30:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-11 03:30:28 +0000 |
commit | 9a2aadc7646359770cd201bc5c21987a740366cc (patch) | |
tree | 88d5c0f558e8aa6d1f1f2b1fc458fe3ecfe0adc3 | |
parent | 75da2dc1dd886fea14c29779f3ad3dcb7ef7b9fa (diff) | |
parent | db5ef86ce8a5e57b8f12267a52434834c32e4546 (diff) |
Merge "make ppa fail due to the problem of base.repo path"
-rw-r--r-- | build/os/centos/rhel6/compass/Dockerfile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/os/centos/rhel6/compass/Dockerfile.tmpl b/build/os/centos/rhel6/compass/Dockerfile.tmpl index 285ca098..6740dc41 100644 --- a/build/os/centos/rhel6/compass/Dockerfile.tmpl +++ b/build/os/centos/rhel6/compass/Dockerfile.tmpl @@ -4,7 +4,7 @@ MAINTAINER Chigang(Justin) <chigang@huawei.com> # TODO: Is there some easy way to get the fastest/closest mirror? # RUN sed -i 's/archive.ubuntu.com/mirrors.163.com/g' /etc/apt/sources.list RUN rm -f /etc/yum.repos.d/* -ADD ./centos6/base.repo /etc/yum.repos.d/ +ADD ./rhel6/base.repo /etc/yum.repos.d/ RUN yum update -y # set cache enable |