sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories apk --update add --no-cache \ gcc musl-dev && \ rm -rf /var/cache/apk/*