Fix error

main
mula.liu 2026-01-19 19:40:39 +08:00
parent 8b90ff7b28
commit faf11dba41
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ COPY requirements.txt .
# 安装系统依赖、Python依赖然后清理一个RUN命令减少层大小
RUN apt-get update && apt-get install -y \
gcc \
curl \
default-libmysqlclient-dev \
pkg-config \
&& pip install --index-url https://mirrors.aliyun.com/pypi/simple --no-cache-dir -r requirements.txt \