diff options
author | baigk <baiguoku@huawei.com> | 2015-09-11 08:49:11 +0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2015-09-11 03:14:28 +0000 |
commit | db5ef86ce8a5e57b8f12267a52434834c32e4546 (patch) | |
tree | 79fee6d973ca9a23144e5d9f17c23ce3af084ad6 /build/os/centos/rhel6/compass/Dockerfile.tmpl | |
parent | 5261f2cce8d70195a978232f804b478eab6cfd72 (diff) |
make ppa fail due to the problem of base.repo path
Change-Id: I90af434d4c2cba2ea85d9d75f57897cc5d707b95
JIRA: COMPASS-42
Diffstat (limited to 'build/os/centos/rhel6/compass/Dockerfile.tmpl')
-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 |