6 lines
138 B
Docker
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
|