Fix dockerfile of vfc-gvnfm-vnfres 67/11467/1
authorfujinhua <fu.jinhua@zte.com.cn>
Sat, 9 Sep 2017 05:51:23 +0000 (13:51 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Sat, 9 Sep 2017 05:51:23 +0000 (13:51 +0800)
Update group id of vnfres

Change-Id: I508d8eb96ba5c813eb8a5e7adb6a93796b3b0d45
Issue-Id: VFC-318
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
res/docker/Dockerfile

index e9b6a45..15f6216 100644 (file)
@@ -30,7 +30,7 @@ ADD . /service
 WORKDIR /service
 
 # get binary zip from nexus
-RUN wget -q -O vfc-gvnfm-vnfres.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.gvnfm.vnfres&a=vfc-gvnfm-vnfres-res&v=LATEST&e=zip' && \
+RUN wget -q -O vfc-gvnfm-vnfres.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.gvnfm.vnfres.res&a=vfc-gvnfm-vnfres-res&v=LATEST&e=zip' && \
     unzip vfc-gvnfm-vnfres.zip && \
     rm -rf vfc-gvnfm-vnfres.zip