feat: add fluxcd to infra container
All checks were successful
Build container / fedora-build (push) Successful in 6m36s

This commit is contained in:
Job
2025-11-16 14:25:14 +01:00
parent d6ef16cd24
commit 03df535d76

View File

@@ -4,5 +4,6 @@ USER root
RUN dnf -y install kubectl openssl RUN dnf -y install kubectl openssl
RUN curl -sL https://talos.dev/install | sh RUN curl -sL https://talos.dev/install | sh
RUN curl -s https://fluxcd.io/install.sh | bash
USER user USER user