chengshiwen commented on issue #5155:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/5155#issuecomment-807980257


   @Joder5 This is not a problem. As for a any bare linux,  none of the 
libraries you mentioned will exist.
   
   In order to improve the update speed, you can set the mirror source of 
alpine as follows:
   ```
   # 1. install command/library/software
   # If install slowly, you can replcae alpine's mirror with aliyun's mirror, 
Example:
   # RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" 
/etc/apk/repositories
   # RUN sed -i 's/dl-cdn.alpinelinux.org/mirror.tuna.tsinghua.edu.cn/g' 
/etc/apk/repositories
   ```
   
   As for `pip`, you can also use the mirror source like 
`https://pypi.tuna.tsinghua.edu.cn/simple`
   
   ```
   pip install --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple
   ```
   
   As for `slim`, we will consider it later.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to