summaryrefslogtreecommitdiffstats
path: root/vio/docker/Dockerfile
diff options
context:
space:
mode:
authorliangke <lokyse@163.com>2018-01-03 11:39:39 +0800
committerliangke <lokyse@163.com>2018-01-03 11:45:03 +0800
commit2b354ac832492da320f5e921041dafbee6c3f64b (patch)
tree3124c83a7b55803ba86713994a783f8b702e4d84 /vio/docker/Dockerfile
parentc88997385a2a0172ae01fd83a6d9fbce2e653266 (diff)
Fix some issues
Modify groupId and artifactId that make sure we use the correct properties.Also It need to change the vio snapshots path in dockerfile. Change-Id: Id4e5cde6e0225f56217a874cdfbfcbbd9408cc70 Issue-ID: MULTICLOUD-135 Signed-off-by: liangke <lokyse@163.com>
Diffstat (limited to 'vio/docker/Dockerfile')
-rw-r--r--vio/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/docker/Dockerfile b/vio/docker/Dockerfile
index 80fa427..3879b1c 100644
--- a/vio/docker/Dockerfile
+++ b/vio/docker/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && \
RUN cd /opt/ && \
- wget -q -O multicloud-vio.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack.vmware.vio&a=multicloud-vio-plugin&v=LATEST&e=zip' && \
+ wget -q -O multicloud-vio.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack.vmware&a=multicloud-openstack-vmware&v=LATEST&e=zip' && \
unzip multicloud-vio.zip && \
rm -rf multicloud-vio.zip && \
pip install -r vio/requirements.txt