Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ FROM golang:alpine AS builder
|
|
4 |
|
5 |
# 添加 git,以便之后能从GitHub克隆项目
|
6 |
RUN apk --no-cache add git
|
7 |
-
RUN apk --no-cache add
|
8 |
|
9 |
# 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下
|
10 |
# RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app
|
|
|
4 |
|
5 |
# 添加 git,以便之后能从GitHub克隆项目
|
6 |
RUN apk --no-cache add git
|
7 |
+
RUN apk --no-cache add busybox
|
8 |
|
9 |
# 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下
|
10 |
# RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app
|