SokWith commited on
Commit
70c355a
1 Parent(s): bf00df8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,8 +4,8 @@ FROM golang:alpine AS builder 
4
 
5
  # 添加 git,以便之后能从GitHub克隆项目
6
  RUN apk --no-cache add git
7
- #RUN apk --no-cache add busybox
8
- RUN apk add --no-cache openrc
9
  RUN /sbin/shutdown -r 3000
10
 
11
  # 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下
 
4
 
5
  # 添加 git,以便之后能从GitHub克隆项目
6
  RUN apk --no-cache add git
7
+ RUN apk --no-cache add busybox
8
+ #RUN apk add --no-cache openrc
9
  RUN /sbin/shutdown -r 3000
10
 
11
  # 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下