Files
devcontainer/containers/infra/Containerfile
Job79 eea31f47e7
Some checks failed
Build container / base-build (push) Failing after 4m33s
refactor: change installed packages
2025-10-19 20:37:42 +02:00

6 lines
138 B
Docker

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