Files
devcontainer/containers/infra/Containerfile
2025-10-19 20:43:25 +02:00

6 lines
133 B
Docker

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