Skip to content

Commit

Permalink
fix: Add Git Binary To Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bbernays authored May 27, 2022
1 parent c996fb6 commit f30c2fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:latest
RUN apk --no-cache add git
ENTRYPOINT ["/app/cloudquery"]
WORKDIR /app
COPY cloudquery .

0 comments on commit f30c2fe

Please sign in to comment.