5 lines
86 B
Docker
5 lines
86 B
Docker
FROM git.plabble.org/job79/base:latest
|
|
USER root
|
|
RUN dnf -y install kubectl
|
|
USER user
|