Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM golang:1.24-alpine as builder
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# 安装 git
|
8 |
-
RUN
|
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 .
|