summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordengyh <dengyuanhong@chinamobile.com>2022-03-30 15:22:27 +0800
committerdengyh <dengyuanhong@chinamobile.com>2022-03-30 15:23:02 +0800
commit0b06ad40eb40fdc0b9cf82e7bd74ac8e3ac4bd09 (patch)
tree83c212d4629710b237b0ddaf010cfb9920fceb0c
parentd81fcca55424a9a34231bc3b9e19d0f162644e02 (diff)
Update docker image to fix CSIT failure
Change-Id: Id973448e7c218cb714abe1d776d6f8413edf6e51 Issue-ID: VFC-1920 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rwxr-xr-xlcm/docker/docker-env-conf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/docker/docker-env-conf.sh b/lcm/docker/docker-env-conf.sh
index 4ae228b8..2b8b9799 100755
--- a/lcm/docker/docker-env-conf.sh
+++ b/lcm/docker/docker-env-conf.sh
@@ -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
}