add config
This commit is contained in:
@ -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" && \
|
||||
|
||||
Reference in New Issue
Block a user