From 88a8d60c48560bbdc607378efd75c89ef01f124e Mon Sep 17 00:00:00 2001 From: m00133142 Date: Tue, 20 Oct 2015 17:34:35 +0800 Subject: please replace all the URL that cannot be accessed from international JIRA: COMPASS-110 Change-Id: Ia602064fb08b5f398f4e34bbbe358d5312b6743e Signed-off-by: m00133142 --- build/os/ubuntu/trusty/juno/Dockerfile.tmpl | 3 --- 1 file changed, 3 deletions(-) (limited to 'build/os/ubuntu/trusty/juno/Dockerfile.tmpl') diff --git a/build/os/ubuntu/trusty/juno/Dockerfile.tmpl b/build/os/ubuntu/trusty/juno/Dockerfile.tmpl index d723b6e7..2071cb41 100644 --- a/build/os/ubuntu/trusty/juno/Dockerfile.tmpl +++ b/build/os/ubuntu/trusty/juno/Dockerfile.tmpl @@ -1,9 +1,6 @@ FROM ubuntu:14.04.3 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 apt-get update RUN rm -f /etc/apt/apt.conf.d/docker-clean -- cgit 1.2.3-korg