From dee463e5399b4f669e0fc644f3ebc3a6782337b6 Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Tue, 20 Jan 2026 13:06:31 +0100 Subject: [PATCH] Install `patch` binary in container image This allows us to use `patch` as an external command for Kapitan compile steps. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3216aa32..d07da270 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,6 +59,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ gpg \ libnss-wrapper \ openssh-client \ + patch \ && rm -rf /var/lib/apt/lists/* \ && echo " ControlMaster auto\n ControlPath /tmp/%r@%h:%p" >> /etc/ssh/ssh_config