feat: add k9s
All checks were successful
Build container / fedora-build (push) Successful in 7m4s

This commit is contained in:
Job
2025-12-14 19:32:26 +01:00
parent 03df535d76
commit 723d2fd984

View File

@@ -2,7 +2,7 @@ ARG TAG
FROM git.plabble.org/job79/fedora:${TAG} FROM git.plabble.org/job79/fedora:${TAG}
USER root 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 -sL https://talos.dev/install | sh
RUN curl -s https://fluxcd.io/install.sh | bash RUN curl -s https://fluxcd.io/install.sh | bash