diff options
author | Justin chi <chigang@huawei.com> | 2016-01-25 10:04:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-25 10:04:11 +0000 |
commit | 98640927866337bfd6637e250d4c28d3460dfcf1 (patch) | |
tree | 5bae3b60c1f3fcdac5b09bfe95e58cb55b622fe8 /build/os/ubuntu/trusty/liberty/Dockerfile.tmpl | |
parent | efa46a5b06c8c138aadbf396f6431acd7b606ed9 (diff) | |
parent | 1040118a7e3b4bb99f20a2fd594f2792629e11a2 (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.tmpl | 2 |
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 |