diff options
author | shuai chen <chenshuai@huawei.com> | 2015-09-28 03:24:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-28 03:24:14 +0000 |
commit | f597677ccc0a438961666f0d8e95eac2bd4c186d (patch) | |
tree | db7d7543bd1c0836dd9405cbe55ec42e7889ddf6 /build/os/centos/rhel6/compass | |
parent | 8338b0630a39d6a07b20fcbb4fad54519aee228d (diff) | |
parent | 03f295703d62f1eb2436d6ba9c1fb889b9a3c53c (diff) |
Merge "switch the source to ubuntu"
Diffstat (limited to 'build/os/centos/rhel6/compass')
-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 29c05426..74e9e394 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 ./rhel6/base.repo /etc/yum.repos.d/ +#ADD ./rhel6/base.repo /etc/yum.repos.d/ RUN yum update -y # set cache enable |