From: dengyh Date: Wed, 30 Mar 2022 07:32:21 +0000 (+0800) Subject: Update docker image to fix CSIT failure X-Git-Tag: 1.4.4~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5d6a4cfb48643403f718641b41add55f6e3f3ad2;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fgvnfm.git Update docker image to fix CSIT failure Change-Id: I3cc725861e2c7c712126160ae482ae09bfa524b2 Issue-ID: VFC-1920 Signed-off-by: dengyh --- diff --git a/gvnfmadapter/docker/docker-env-conf.sh b/gvnfmadapter/docker/docker-env-conf.sh index 80c3f9c..556242b 100755 --- a/gvnfmadapter/docker/docker-env-conf.sh +++ b/gvnfmadapter/docker/docker-env-conf.sh @@ -12,7 +12,7 @@ install_sf(){ rm -rf vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter.zip wait pip install --upgrade setuptools pip - pip install --no-cache-dir --pre -r /service/vfc/nfvo/driver/vnfm/gvnfm/gvnfmadapter/requirements.txt + pip install -r /service/vfc/nfvo/driver/vnfm/gvnfm/gvnfmadapter/requirements.txt } add_user(){