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