summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}