Skip to content

Commit

Permalink
💚 Dockerfile中换成七牛源
Browse files Browse the repository at this point in the history
  • Loading branch information
xkrfer committed Mar 26, 2022
1 parent ae23a83 commit 7b24004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM golang AS gorush
WORKDIR /push

RUN git clone https://github.com/appleboy/gorush.git --depth=1 \
&& go env -w GO111MODULE=on \
&& go env -w GOPROXY=https://goproxy.cn,direct \
&& cd gorush \
&& go install \
&& go build -o ../bin/gorush
Expand Down

0 comments on commit 7b24004

Please sign in to comment.