add config

This commit is contained in:
2025-03-16 18:14:01 +08:00
parent f380ec19d7
commit a6c70ae343

View File

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