diff --git a/containers/infra/Containerfile b/containers/infra/Containerfile index 9c8f7dc..37a53ee 100644 --- a/containers/infra/Containerfile +++ b/containers/infra/Containerfile @@ -2,7 +2,7 @@ ARG TAG FROM git.plabble.org/job79/fedora:${TAG} USER root -RUN dnf -y install kubectl openssl +RUN dnf -y install kubectl k9s openssl RUN curl -sL https://talos.dev/install | sh RUN curl -s https://fluxcd.io/install.sh | bash