diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-14 09:52:44 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-05-14 09:52:51 +0800 |
commit | 4f5a82c284d107ce368abb8d1574cab1f07e2160 (patch) | |
tree | 24e389c6f4445adcb72467cd4c6cda4d73c148c6 /res/docker/docker-env-conf.sh | |
parent | c966a96efb7f305b75edfecfb3218d0c835abc1a (diff) |
fix bug of docker file
Change-Id: I064f6bb2c754b0bb8b9552f794c4a2a1c844f734
Issue-ID: VFC-1386
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'res/docker/docker-env-conf.sh')
-rwxr-xr-x | res/docker/docker-env-conf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/docker/docker-env-conf.sh b/res/docker/docker-env-conf.sh index 5848339..58cf517 100755 --- a/res/docker/docker-env-conf.sh +++ b/res/docker/docker-env-conf.sh @@ -7,7 +7,7 @@ install_sf(){ apk --no-cache add python-dev libffi-dev musl-dev py2-virtualenv # get binary zip from nexus - 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=${pkg_verison}-SNAPSHOT&e=zip' && \ + 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=${pkg_version}-SNAPSHOT&e=zip" && \ unzip vfc-gvnfm-vnfres.zip && \ rm -rf vfc-gvnfm-vnfres.zip wait |