diff options
author | hongyuzhao <zhao.hongyu@zte.com.cn> | 2019-07-05 17:23:59 +0800 |
---|---|---|
committer | hongyuzhao <zhao.hongyu@zte.com.cn> | 2019-07-05 17:24:09 +0800 |
commit | 10bb9473fabd143b62c86045679cde0592410f2b (patch) | |
tree | fb324cfee72800c903c653a7d0eccf80f223d420 | |
parent | de9024b973f8ed49d7ec3d97c0031b120f114d5f (diff) |
vnfmgr upgrade from python2 to python3
Change-Id: Id52e72297f8bed1e67a70dcf436728a0cfb5de88
Issue-ID: VFC-1429
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
-rwxr-xr-x | mgr/docker/docker-env-conf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/docker/docker-env-conf.sh b/mgr/docker/docker-env-conf.sh index b7247f8..2cbe8ac 100755 --- a/mgr/docker/docker-env-conf.sh +++ b/mgr/docker/docker-env-conf.sh @@ -4,7 +4,7 @@ install_sf(){ apk --no-cache update apk --no-cache add bash curl gcc wget mysql-client openssl-dev - apk --no-cache add python36-dev libffi-dev musl-dev py3-virtualenv + apk --no-cache add python3-dev libffi-dev musl-dev py3-virtualenv # get binary zip from nexus wget -q -O vfc-gvnfm-vnfmgr.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.gvnfm.vnfmgr.mgr&a=vfc-gvnfm-vnfmgr-mgr&v=${pkg_version}-SNAPSHOT&e=zip" && \ |