From 03f295703d62f1eb2436d6ba9c1fb889b9a3c53c Mon Sep 17 00:00:00 2001 From: m00133142 Date: Fri, 25 Sep 2015 16:52:36 +0800 Subject: switch the source to ubuntu JIRA: COMPASS-74 Change-Id: Ic5832ede3894a5f7955be375171de9d4aee99fe0 Signed-off-by: m00133142 --- build/os/centos/rhel6/compass/Dockerfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/os') 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) # 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 -- cgit 1.2.3-korg