添加正向代理

This commit is contained in:
AKW 2024-01-12 15:08:20 +08:00
parent 85c0a2fefb
commit f51830377d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
RUN echo '121.41.112.68 qyapi.weixin.qq.com' >> /etc/hosts
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