Skip to content

Commit

Permalink
👷 install git to properly inject manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaNecron committed Dec 24, 2023
1 parent 20e7035 commit cb9a5bf
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
Expand Up @@ -6,7 +6,7 @@ ARG TARGETARCH

ENV CGO_ENABLED=0

RUN apk add --no-cache make
RUN apk add --no-cache make git

COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit cb9a5bf

Please sign in to comment.