From 26cf98c381bbfc4980ff7041617cf64849bc9df4 Mon Sep 17 00:00:00 2001 From: m00133142 Date: Mon, 28 Sep 2015 16:42:15 +0800 Subject: bugfix: as global user, using 163 source is unstable, so do not use 163 source JIRA: COMPASS-74 Change-Id: Ie0b6bb7e9673d2c3c2cfe2227dfdafe55a406e89 Signed-off-by: m00133142 --- build/os/centos/rhel6/compass/Dockerfile.tmpl | 3 --- 1 file changed, 3 deletions(-) (limited to 'build') diff --git a/build/os/centos/rhel6/compass/Dockerfile.tmpl b/build/os/centos/rhel6/compass/Dockerfile.tmpl index 74e9e394..8a8318e1 100644 --- a/build/os/centos/rhel6/compass/Dockerfile.tmpl +++ b/build/os/centos/rhel6/compass/Dockerfile.tmpl @@ -2,9 +2,6 @@ FROM centos:6.6 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/ RUN yum update -y # set cache enable -- cgit 1.2.3-korg