X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docker%2Fdocker-env-conf.sh;h=953867e1829f78e6193374005b853faf862bd830;hb=aef67d1a1fb076f154f9f7595b54590fc7499ee6;hp=f62c52a336f8af57552810f43fd5b6bba0f752d6;hpb=52a969dcc2a935930a559b1780d7c95e1cc45d73;p=modeling%2Fetsicatalog.git diff --git a/docker/docker-env-conf.sh b/docker/docker-env-conf.sh index f62c52a..953867e 100755 --- a/docker/docker-env-conf.sh +++ b/docker/docker-env-conf.sh @@ -4,11 +4,11 @@ install_sf(){ apk --no-cache update apk --no-cache add bash curl gcc wget mysql-client openssl-dev - apk --no-cache add python-dev libffi-dev musl-dev py2-virtualenv + apk --no-cache add python36-dev libffi-dev musl-dev py3-virtualenv # 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-genericparser&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&e=zip&v=${pkg_version}-SNAPSHOT&e=zip" && \ unzip modeling-genericparser.zip && \ rm -rf modeling-genericparser.zip && \ pip install --upgrade setuptools pip && \