feat: add k9s

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}
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