Update docker image to fix CSIT failure 83/128183/1
authordengyh <dengyuanhong@chinamobile.com>
Wed, 30 Mar 2022 07:34:49 +0000 (15:34 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Wed, 30 Mar 2022 07:35:02 +0000 (15:35 +0800)
Change-Id: I560f2234d7b6ef35fa364f29f0ab2a17f729b958
Issue-ID: VFC-1920
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
docker/docker-env-conf.sh

index bcb17c0..4bbac37 100644 (file)
@@ -9,7 +9,7 @@ install_sf(){
     unzip vfc-nfvo-lcm.zip && \
     rm -rf vfc-nfvo-lcm.zip && \
     pip install --upgrade setuptools pip && \
-    pip install --pre -r /service/vfc/nfvo/lcm/requirements.txt
+    pip install -r /service/vfc/nfvo/lcm/requirements.txt
     find  /service -name '*.sh'|xargs chmod a+x
 }