Spaces:
Build error
Build error
chenjianfei
commited on
Commit
·
3feceb1
1
Parent(s):
7320408
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9-slim AS builder
|
|
3 |
|
4 |
# 1. 更新CA证书并安装系统工具
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
-
ca-certificates \
|
7 |
&& rm -rf /var/lib/apt/lists/*
|
8 |
|
9 |
# 2. 安装核心依赖(包含git)
|
|
|
3 |
|
4 |
# 1. 更新CA证书并安装系统工具
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
+
ca-certificates \
|
7 |
&& rm -rf /var/lib/apt/lists/*
|
8 |
|
9 |
# 2. 安装核心依赖(包含git)
|