rr1 commited on
Commit
c93c1e0
·
verified ·
1 Parent(s): bff675c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM golang:1.24-alpine as builder
5
  WORKDIR /app
6
 
7
  # 安装 git
8
- RUN apt-get update && apt-get install -y git
9
 
10
  # 使用 git clone 获取源码
11
  RUN git clone https://github.com/zouyq/jetbrains-ai-proxy.git .
 
5
  WORKDIR /app
6
 
7
  # 安装 git
8
+ RUN apk add --no-cache git
9
 
10
  # 使用 git clone 获取源码
11
  RUN git clone https://github.com/zouyq/jetbrains-ai-proxy.git .