Skip to content

Commit

Permalink
Merge pull request #104 from grafana/install-git
Browse files Browse the repository at this point in the history
install git
  • Loading branch information
pablochacin authored Jul 22, 2024
2 parents b455409 + 817ee58 commit 145498c
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 @@ -15,6 +15,8 @@ RUN CGO_ENABLED=0 GOBIN=/build go install github.com/boxboat/fixuid@${FIXUID_VER

FROM golang:${GO_VERSION}-${VARIANT}

RUN apk update && apk add git

COPY --from=builder /build/fixuid /usr/local/bin/

RUN chown root:root /usr/local/bin/fixuid && \
Expand Down

0 comments on commit 145498c

Please sign in to comment.