Update docker image to fix CSIT failure 80/128180/1
authordengyh <dengyuanhong@chinamobile.com>
Wed, 30 Mar 2022 07:22:27 +0000 (15:22 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Wed, 30 Mar 2022 07:23:02 +0000 (15:23 +0800)
Change-Id: Id973448e7c218cb714abe1d776d6f8413edf6e51
Issue-ID: VFC-1920
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
lcm/docker/docker-env-conf.sh

index 4ae228b..2b8b979 100755 (executable)
@@ -12,7 +12,7 @@ install_sf(){
     rm -rf vfc-gvnfm-vnflcm-lcm.zip
     wait
     pip install --upgrade setuptools pip
-    pip install --no-cache-dir --pre -r  /service/vfc/gvnfm/vnflcm/lcm/requirements.txt
+    pip install -r /service/vfc/gvnfm/vnflcm/lcm/requirements.txt
     find  /service -name '*.sh'|xargs chmod a+x
 }