Files
devcontainer/containers/infra/Containerfile
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