diff --git a/containers/infra/Containerfile b/containers/infra/Containerfile index 2877159..8d51380 100644 --- a/containers/infra/Containerfile +++ b/containers/infra/Containerfile @@ -1,4 +1,5 @@ FROM git.plabble.org/job79/base:latest USER root RUN dnf -y install kubectl +RUN curl -sL https://talos.dev/install | sh USER user