7 lines
148 B
Docker
7 lines
148 B
Docker
ARG TAG
|
|
FROM git.plabble.org/job79/fedora:${TAG}
|
|
USER root
|
|
RUN dnf -y install kubectl openssl
|
|
RUN curl -sL https://talos.dev/install | sh
|
|
USER user
|