add kubernetes-client to cloud-toolbox

This commit is contained in:
Maciej Lebiest 2023-12-19 21:30:26 +01:00
parent b091c4bc1f
commit 9a2ab1701c
2 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ ENV HISTSIZE=10000
ENV HISTTIMEFORMAT="%d/%m/%y %T "
ENV HISTFILESIZE=20000
ENV PKGS_BASE="fzf git python3-pip rclone bash-completion"
ENV PKGS_BASE="fzf git python3-pip rclone bash-completion kubernetes-client"
ENV PKGS_TEMP="python3-devel gcc wget"
RUN dnf clean all && \