Commit 0671ce85 authored by nimrod's avatar nimrod
Browse files

fixup! Install Skaffold from Google's repository.

parent 87b8c18f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ RUN apt-get update && \
    semver-bump completion bash > /etc/bash_completion.d/semver-bump && \
    pdm completion bash > /etc/bash_completion.d/pdm && \
    kompose completion bash > /etc/bash_completion.d/kompose && \
    skaffold completion bash > /etc/bash_completion.d/skaffold && \
    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 && \