rr1 commited on
Commit
81dd973
·
verified ·
1 Parent(s): d7a1bb3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ ENV GO111MODULE=on \
10
  WORKDIR /build
11
 
12
  # 安装 git
13
- RUN RUN apt-get update && apt-get install -y git
14
 
15
  # 使用 git clone 获取源码
16
  RUN git clone https://github.com/deanxv/genspark2api.git .
 
10
  WORKDIR /build
11
 
12
  # 安装 git
13
+ RUN apt-get update && apt-get install -y git
14
 
15
  # 使用 git clone 获取源码
16
  RUN git clone https://github.com/deanxv/genspark2api.git .