cloud-toolbox: remove dedicated kustomize pkg
All checks were successful
Build images / build-images-amd64 (push) Successful in 10m13s
Build images / build-images-arm64 (push) Successful in 11m36s
Build images / update-images-manifests (push) Successful in 26s

This commit is contained in:
Maciej Lebiest 2024-04-29 19:35:13 +02:00
parent 4ce7be943b
commit a7fc84db9f

View file

@ -9,7 +9,7 @@ ENV HISTFILESIZE=100000
# for helm install script
ENV VERIFY_CHECKSUM="false"
ENV PKGS_BASE="fzf git python3-pip rclone rsync bash-completion kubernetes-client golang-sigs-k8s-kustomize"
ENV PKGS_BASE="fzf git python3-pip rclone rsync bash-completion kubernetes-client"
ENV PKGS_TEMP="python3-devel gcc wget tar"
RUN dnf5 install -y ${PKGS_BASE} ${PKGS_TEMP} && \