From 03df535d76d52d538cd64763c8a69c2e81c226b4 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sun, 16 Nov 2025 14:25:14 +0100 Subject: [PATCH] feat: add fluxcd to infra container --- containers/infra/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/infra/Containerfile b/containers/infra/Containerfile index c98257b..9c8f7dc 100644 --- a/containers/infra/Containerfile +++ b/containers/infra/Containerfile @@ -4,5 +4,6 @@ USER root RUN dnf -y install kubectl openssl RUN curl -sL https://talos.dev/install | sh +RUN curl -s https://fluxcd.io/install.sh | bash USER user