Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjiang1989 authored Mar 21, 2024
1 parent d70c160 commit fedb419
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 @@ -51,6 +51,8 @@ COPY --from=gotestsum /root/gotestsum /usr/local/bin/gotestsum
COPY --from=gosec /root/gosec /usr/local/bin/gosec
RUN go install github.com/axw/gocov/gocov@latest && mv ${GOPATH}/bin/gocov /usr/local/bin/gocov
RUN go install github.com/AlekSi/gocov-xml@latest && mv ${GOPATH}/bin/gocov-xml /usr/local/bin/gocov-xml
RUN go install github.com/swaggo/swag/cmd/swag@latest && mv ${GOPATH}/bin/swag /usr/local/bin/swag
RUN go install github.com/fzipp/gocyclo/cmd/gocyclo@latest && mv ${GOPATH}/bin/gocyclo /usr/local/bin/gocyclo
ARG ARCH=amd64
ARG OS=linux
ARG KIND_VERSION=0.19.0
Expand Down

0 comments on commit fedb419

Please sign in to comment.