From: dengyh Date: Wed, 30 Mar 2022 07:34:49 +0000 (+0800) Subject: Update docker image to fix CSIT failure X-Git-Tag: 1.4.5~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fnfvo%2Flcm.git;a=commitdiff_plain;h=4422565966f0fe4bfe711153aa1e811987d5e602 Update docker image to fix CSIT failure Change-Id: I560f2234d7b6ef35fa364f29f0ab2a17f729b958 Issue-ID: VFC-1920 Signed-off-by: dengyh --- diff --git a/docker/docker-env-conf.sh b/docker/docker-env-conf.sh index bcb17c0d..4bbac37a 100644 --- a/docker/docker-env-conf.sh +++ b/docker/docker-env-conf.sh @@ -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 }