Commit c754814d authored by nimrod's avatar nimrod
Browse files

fixup! Install kustomize from source.

parent 0671ce85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -260,6 +260,7 @@ RUN apt-get update && \
    pdm completion bash > /etc/bash_completion.d/pdm && \
    kompose completion bash > /etc/bash_completion.d/kompose && \
    skaffold completion bash > /etc/bash_completion.d/skaffold && \
    kustomize completion bash > /etc/bash_completion.d/kustomize && \
    wget https://raw.githubusercontent.com/docker/compose/1.29.2/contrib/completion/bash/docker-compose -qO /etc/bash_completion.d/docker-compose && \
    wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -qO /etc/bash_completion.d/molecule && \
    wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -qO /etc/bash_completion.d/packer && \