aboutsummaryrefslogtreecommitdiffstats
path: root/build/os/ubuntu/trusty/juno/Dockerfile.tmpl
diff options
context:
space:
mode:
authorbaigk <baiguoku@huawei.com>2016-01-20 21:57:04 +0800
committerbaigk <baiguoku@huawei.com>2016-01-25 07:34:18 +0000
commit1040118a7e3b4bb99f20a2fd594f2792629e11a2 (patch)
tree9aa671304b957f6a5f690d958eda52b2e1a976f7 /build/os/ubuntu/trusty/juno/Dockerfile.tmpl
parent6c1adf0e4c442d1a97bb1d4ee5043937e6e596c8 (diff)
integrate yang2tosca to compass
JITA: COMPASS-281 Change-Id: Ia2b4a7e915edc74dfb6359d1df513d23bec2731c Signed-off-by: baigk <baiguoku@huawei.com>
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