From bd5cca94bec2d6fb0ee441606fd6fca97fa08454 Mon Sep 17 00:00:00 2001 From: Mathis Date: Tue, 26 Mar 2024 20:16:25 +0100 Subject: [PATCH] Add git --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79c4094..b4ccfc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3 -RUN apk add --no-cache kubectl kustomize age webhook +RUN apk add --no-cache kubectl kustomize age webhook git # Install sops ADD https://github.com/getsops/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64 /tmp/sops diff --git a/README.md b/README.md index a4fc62a..222ab66 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ Docker container with: - [age](https://github.com/FiloSottile/age) - [sops](https://github.com/getsops/sops) - [ksops](https://github.com/viaduct-ai/kustomize-sops) +- [git](https://git-scm.com/)