diff options
Diffstat (limited to 'build/os/centos/rhel7')
-rw-r--r-- | build/os/centos/rhel7/juno/Dockerfile.tmpl | 2 | ||||
-rw-r--r-- | build/os/centos/rhel7/kilo/Dockerfile.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/os/centos/rhel7/juno/Dockerfile.tmpl b/build/os/centos/rhel7/juno/Dockerfile.tmpl index 34945d00..adb930ff 100644 --- a/build/os/centos/rhel7/juno/Dockerfile.tmpl +++ b/build/os/centos/rhel7/juno/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 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 |