StarrySkyWorld commited on
Commit
5ee79ac
·
verified ·
1 Parent(s): d56fc17

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 .