Skip to content

Commit

Permalink
Get rid of git installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Dec 2, 2024
1 parent 709d9cd commit d2746b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# a musl-dynamic container. - 2024-12-02 Tanner Stirrat
FROM cgr.dev/chainguard/go:latest AS zed-builder
WORKDIR /go/src/app
RUN apk update && apk add --no-cache git
COPY . .
RUN go build -v ./cmd/zed/

Expand Down

0 comments on commit d2746b1

Please sign in to comment.