Update docker image to fix CSIT failure
[vfc/gvnfm/vnflcm.git] / 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
 }