Skip to content

Commit

Permalink
chore(docker): remove dummy git install
Browse files Browse the repository at this point in the history
  • Loading branch information
guessi committed Mar 28, 2022
1 parent 73aa53a commit 093539f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ FROM golang:1.17-alpine3.15 as builder
WORKDIR /go/src/github.com/rajatjindal/krew-release-bot
COPY . .

RUN apk add --no-cache git

RUN CGO_ENABLED=0 GOOS=linux go test -mod vendor ./... -cover
RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor --ldflags "-s -w" -o krew-release-bot cmd/action/*

Expand Down

0 comments on commit 093539f

Please sign in to comment.