Modify catalog docker file 46/85546/1
authoryangyan <yangyanyj@chinamobile.com>
Wed, 17 Apr 2019 08:53:43 +0000 (16:53 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Wed, 17 Apr 2019 08:54:03 +0000 (16:54 +0800)
Change-Id: I8192802bf964997a9d9133b936aca313338cbe32
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Issue-ID: VFC-1360

docker/docker-env-conf.sh

index cc6f496..b523562 100644 (file)
@@ -2,7 +2,6 @@
 
 install_sf(){
 
-    sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
     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