Files
devcontainer/containers/infra/Containerfile
Job79 1ffd6e8477
Some checks failed
Build container / base-build (push) Failing after 2m29s
feat(infra): add talosctl
2025-10-19 13:59:42 +02:00

6 lines
130 B
Docker

FROM git.plabble.org/job79/base:latest
USER root
RUN dnf -y install kubectl
RUN curl -sL https://talos.dev/install | sh
USER user