feat(infra): add talosctl
Some checks failed
Build container / base-build (push) Failing after 2m29s

This commit is contained in:
Job
2025-10-19 13:59:42 +02:00
parent a406a9cc00
commit 1ffd6e8477

View File

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