Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ WORKDIR /build
|
|
| 5 |
|
| 6 |
# 安装 git 和构建依赖
|
| 7 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 8 |
-
git gcc python3-dev libpq-dev && rm -rf /var/lib/apt/lists/*
|
| 9 |
|
| 10 |
# 克隆仓库
|
| 11 |
RUN git clone https://github.com/Starry-Sky-World/grok2api.git .
|
|
|
|
| 5 |
|
| 6 |
# 安装 git 和构建依赖
|
| 7 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 8 |
+
git gcc python3-dev libpq-dev curl && rm -rf /var/lib/apt/lists/*
|
| 9 |
|
| 10 |
# 克隆仓库
|
| 11 |
RUN git clone https://github.com/Starry-Sky-World/grok2api.git .
|