Skip to content

Commit

Permalink
Merge pull request #9 from aldbr/main_git-image
Browse files Browse the repository at this point in the history
feat: add git in secret-generation
  • Loading branch information
chrisburr authored Apr 9, 2024
2 parents 17b38df + 8cac105 commit a2c1ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secret-generation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

RUN apk add --no-cache bash openssh-client curl yq \
RUN apk add --no-cache bash git openssh-client curl yq \
&& curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
&& chmod +x ./kubectl \
&& mv ./kubectl /usr/local/bin/kubectl
Expand Down

0 comments on commit a2c1ef9

Please sign in to comment.