diff options
Diffstat (limited to 'build/os/ubuntu')
-rw-r--r-- | build/os/ubuntu/trusty/juno/Dockerfile.tmpl | 3 | ||||
-rw-r--r-- | build/os/ubuntu/trusty/kilo/Dockerfile.tmpl | 3 |
2 files changed, 0 insertions, 6 deletions
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) <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 apt-get update RUN rm -f /etc/apt/apt.conf.d/docker-clean diff --git a/build/os/ubuntu/trusty/kilo/Dockerfile.tmpl b/build/os/ubuntu/trusty/kilo/Dockerfile.tmpl index d723b6e7..2071cb41 100644 --- a/build/os/ubuntu/trusty/kilo/Dockerfile.tmpl +++ b/build/os/ubuntu/trusty/kilo/Dockerfile.tmpl @@ -1,9 +1,6 @@ FROM ubuntu:14.04.3 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 apt-get update RUN rm -f /etc/apt/apt.conf.d/docker-clean |