ARG TAG FROM job79/fedora:${TAG} USER root RUN dnf -y install kubectl && \ dnf clean all && \ curl -sL https://talos.dev/install | sh && \ curl -s https://fluxcd.io/install.sh | bash USER user