From 1ffd6e8477eb645f41b3f9e601360f3212331dc5 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sun, 19 Oct 2025 13:59:42 +0200 Subject: [PATCH] feat(infra): add talosctl --- containers/infra/Containerfile | 1 + 1 file changed, 1 insertion(+) 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