aboutsummaryrefslogtreecommitdiffstats
path: root/build/os/ubuntu/trusty/juno/Dockerfile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'build/os/ubuntu/trusty/juno/Dockerfile.tmpl')
-rw-r--r--build/os/ubuntu/trusty/juno/Dockerfile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/os/ubuntu/trusty/juno/Dockerfile.tmpl b/build/os/ubuntu/trusty/juno/Dockerfile.tmpl
index 5972f883..ad14fa59 100644
--- a/build/os/ubuntu/trusty/juno/Dockerfile.tmpl
+++ b/build/os/ubuntu/trusty/juno/Dockerfile.tmpl
@@ -6,7 +6,7 @@ MAINTAINER Chigang(Justin) <chigang@huawei.com>
RUN rm -f /etc/apt/apt.conf.d/docker-clean
#set packages = $getVar('spcial_packages', [])
#for package in $packages
-ADD ./Debian/packages/debian_packages/$package /var/cache/apt/archives/
+ADD ./Debian/packages/debian-packages/$package /var/cache/apt/archives/
#end for
#set scripts = $getVar('scripts', [])
#for script in $scripts