aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordengyh <dengyuanhong@chinamobile.com>2022-03-30 15:34:49 +0800
committerdengyh <dengyuanhong@chinamobile.com>2022-03-30 15:35:02 +0800
commit4422565966f0fe4bfe711153aa1e811987d5e602 (patch)
tree14e5f56a6b7ec7f0a6f2e340e14e435fd12acda8
parent7524edd61968a2548368e09d0ec15fa151bc1b1d (diff)
Update docker image to fix CSIT failure
Change-Id: I560f2234d7b6ef35fa364f29f0ab2a17f729b958 Issue-ID: VFC-1920 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rw-r--r--docker/docker-env-conf.sh2
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
}