forked from Job79/devcontainer
feat: add k9s
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user