aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-25 20:12:45 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-25 20:12:51 +0800
commit0bd4a098a0f256de05d03aa01ab736eb09456f74 (patch)
treec6ed3a76e9e19ccabf1fe0855bf088a414e6ae49 /docker
parent78758d12f46411c664e7c0cbe48aa809cae6061b (diff)
Update docker file
Issue-ID: MODELING-156 Change-Id: I2c3e6665fd76061e4be7bd05b004a62103354da4 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/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 2629c8c..c919dda 100755
--- a/docker/docker-env-conf.sh
+++ b/docker/docker-env-conf.sh
@@ -9,7 +9,7 @@ install_sf(){
# get binary zip from nexus - vfc-nfvo-genericparser
- wget -q -O modeling-genericparser.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.modeling.genericparser&a=modeling-genericparserr&v=LATEST&e=zip' && \
+ wget -q -O modeling-genericparser.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.modeling.genericparser&a=modeling-genericparser&v=LATEST&e=zip' && \
unzip modeling-genericparser.zip && \
rm -rf modeling-genericparser.zip && \
pip install --upgrade setuptools pip && \