Skip to content

Commit

Permalink
Merge pull request #10 from blinklabs-io/feat/install-git
Browse files Browse the repository at this point in the history
feat: install git
  • Loading branch information
agaffney authored Sep 29, 2023
2 parents 79edba7 + 03b81d4 commit 95f5c09
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,3 +1,3 @@
FROM cgr.dev/chainguard/wolfi-base AS go
RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.21~=1.21.1
RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.21~=1.21.1
ENTRYPOINT /usr/bin/go

0 comments on commit 95f5c09

Please sign in to comment.