Skip to content

Commit

Permalink
add git
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaGolomozy authored Oct 13, 2024
1 parent 0d1b1a2 commit 2e2b9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.23-alpine as builder

RUN apk --update add --no-cache gcc musl-dev
RUN apk --update add --no-cache gcc musl-dev git

COPY mockery /usr/local/bin

Expand Down

0 comments on commit 2e2b9bc

Please sign in to comment.