diff options
-rw-r--r-- | docker/docker-env-conf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |