aboutsummaryrefslogtreecommitdiffstats
path: root/build/os/centos/rhel7/kilo/Dockerfile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'build/os/centos/rhel7/kilo/Dockerfile.tmpl')
-rw-r--r--build/os/centos/rhel7/kilo/Dockerfile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/os/centos/rhel7/kilo/Dockerfile.tmpl b/build/os/centos/rhel7/kilo/Dockerfile.tmpl
index 34945d00..adb930ff 100644
--- a/build/os/centos/rhel7/kilo/Dockerfile.tmpl
+++ b/build/os/centos/rhel7/kilo/Dockerfile.tmpl
@@ -5,7 +5,7 @@ MAINTAINER Chigang(Justin) <chigang@huawei.com>
RUN sed -i 's/keepcache=0/keepcache=1/g' /etc/yum.conf
#set packages = $getVar('spcial_packages', [])
#for package in $packages
-ADD ./RedHat/packages/$package /var/cache/yum/x86_64/7/base/packages/
+ADD ./RedHat/packages/redhat_packages/$package /var/cache/yum/x86_64/7/base/packages/
#end for
#set scripts = $getVar('scripts', [])
#for script in $scripts