Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -9,7 +9,8 @@ ENV PYTHONUNBUFFERED=1 \
|
|
9 |
PYTHONDONTWRITEBYTECODE=1
|
10 |
|
11 |
# 安装依赖
|
12 |
-
RUN pip install --
|
|
|
13 |
aiohttp==3.11.11 \
|
14 |
colorlog==6.9.0 \
|
15 |
fastapi==0.115.8 \
|
|
|
9 |
PYTHONDONTWRITEBYTECODE=1
|
10 |
|
11 |
# 安装依赖
|
12 |
+
RUN pip install --upgrade pip \
|
13 |
+
pip install --no-cache-dir \
|
14 |
aiohttp==3.11.11 \
|
15 |
colorlog==6.9.0 \
|
16 |
fastapi==0.115.8 \
|