|
@@ -4,6 +4,8 @@ MAINTAINER Rabin "https://github.com/shemic"
|
|
|
|
|
|
RUN apk update && apk add --no-cache bash python3 py-pip && \
|
|
RUN apk update && apk add --no-cache bash python3 py-pip && \
|
|
pip install --upgrade pip && \
|
|
pip install --upgrade pip && \
|
|
- mkdir /src
|
|
|
|
|
|
+ mkdir /src && \
|
|
|
|
+ mkdir /root/.pip && \
|
|
|
|
+ echo -e "[global]\nindex-url = https://pypi.tuna.tsinghua.edu.cn/simple" > /root/.pip/pip.conf
|
|
|
|
|
|
VOLUME ["/src"]
|
|
VOLUME ["/src"]
|