SokWith commited on
Commit
9b9b686
·
1 Parent(s): 0331a0f

Update Dockerfile

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