add config

This commit is contained in:
2025-03-16 18:16:10 +08:00
parent a6c70ae343
commit 135a74ce9b

View File

@ -11,8 +11,8 @@ RUN apt update && \
apt clean && rm -rf /var/lib/apt/lists/*
# 设置 Python 环境
RUN pip install --upgrade pip --break-system-packages && \
pip install --upgrade cloudscraper requests BeautifulSoup4 lxml pymysql futu-api cryptography --break-system-packages
# RUN pip install --upgrade pip --break-system-packages && \
RUN pip install --upgrade cloudscraper requests BeautifulSoup4 lxml pymysql futu-api cryptography --break-system-packages
# 设置 Git 配置
RUN git config --global user.name "oscar" && \