Skip to content

Commit

Permalink
feat: add git in secret-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Apr 5, 2024
1 parent 8292520 commit 8cac105
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 8cac105

Please sign in to comment.