aboutsummaryrefslogtreecommitdiffstats
path: root/build/os/centos/rhel7/juno/Dockerfile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'build/os/centos/rhel7/juno/Dockerfile.tmpl')
-rw-r--r--build/os/centos/rhel7/juno/Dockerfile.tmpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/os/centos/rhel7/juno/Dockerfile.tmpl b/build/os/centos/rhel7/juno/Dockerfile.tmpl
index 450e5c85..34945d00 100644
--- a/build/os/centos/rhel7/juno/Dockerfile.tmpl
+++ b/build/os/centos/rhel7/juno/Dockerfile.tmpl
@@ -1,9 +1,6 @@
FROM centos:7.1.1503
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
-
# set cache enable
RUN sed -i 's/keepcache=0/keepcache=1/g' /etc/yum.conf
#set packages = $getVar('spcial_packages', [])