diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2020-06-18 09:50:39 +0800 |
---|---|---|
committer | dengyh <dengyuanhong@chinamobile.com> | 2020-06-18 09:50:44 +0800 |
commit | 1f9fde9ca711a6ce22bb4424b8f2667a553a4aa0 (patch) | |
tree | e540c0acc9d92f1b20dd094dd488ff0a0822fd9a /docker | |
parent | 6ffe1ecc8f0d52d7546ff640d275748ba21ff00c (diff) |
Upgrage etsicatalog to ensure interface support https protocol
Change-Id: Ida7318fa727096721d0b2f3e9a06dfb96c20c37d
Issue-ID: MODELING-372
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'docker')
-rwxr-xr-x | 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 209e124..9f70fca 100755 --- a/docker/docker-env-conf.sh +++ b/docker/docker-env-conf.sh @@ -4,7 +4,7 @@ install_sf(){ apk --no-cache update apk --no-cache add bash curl gcc wget mysql-client openssl-dev - apk --no-cache add python36-dev libffi-dev musl-dev py3-virtualenv + apk --no-cache add python3-dev libffi-dev musl-dev py3-virtualenv # get binary zip from nexus - modeling-etsicatalog |