aboutsummaryrefslogtreecommitdiffstats
path: root/build/os/ubuntu/trusty/liberty/Dockerfile.tmpl
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2016-01-25 10:04:11 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-25 10:04:11 +0000
commit98640927866337bfd6637e250d4c28d3460dfcf1 (patch)
tree5bae3b60c1f3fcdac5b09bfe95e58cb55b622fe8 /build/os/ubuntu/trusty/liberty/Dockerfile.tmpl
parentefa46a5b06c8c138aadbf396f6431acd7b606ed9 (diff)
parent1040118a7e3b4bb99f20a2fd594f2792629e11a2 (diff)
Merge "integrate yang2tosca to compass"
Diffstat (limited to 'build/os/ubuntu/trusty/liberty/Dockerfile.tmpl')
-rw-r--r--build/os/ubuntu/trusty/liberty/Dockerfile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/os/ubuntu/trusty/liberty/Dockerfile.tmpl b/build/os/ubuntu/trusty/liberty/Dockerfile.tmpl
index 5972f883..ad14fa59 100644
--- a/build/os/ubuntu/trusty/liberty/Dockerfile.tmpl
+++ b/build/os/ubuntu/trusty/liberty/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