添加正向代理

This commit is contained in:
AKW 2024-01-12 14:58:47 +08:00
parent f3884b89e5
commit 85c0a2fefb
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
RUN echo '121.41.112.68 qyapi.weixin.qq.com' >> /etc/hosts
RUN mkdir ~/.pip
RUN echo "[global]" > ~/.pip/pip.conf
RUN echo "index-url = https://pypi.tuna.tsinghua.edu.cn/simple" >> ~/.pip/pip.conf