diff --git a/Dockerfile b/Dockerfile index dc3f147e82a2fd5082d9a41bcedde92e97f8b0bd..35ba96cae08e597a1fd9c627c38d8bad577a4803 100644 --- a/Dockerfile +++ b/Dockerfile @@ -252,6 +252,7 @@ RUN apt-get update && \ invoke --print-completion-script bash > /etc/bash_completion.d/invoke && \ fab --print-completion-script bash > /etc/bash_completion.d/fabric && \ helm completion bash > /etc/bash_completion.d/helm && \ + semver-bump completion bash > /etc/bash_completion.d/semver-bump && \ wget https://raw.githubusercontent.com/docker/compose/1.29.2/contrib/completion/bash/docker-compose -O /etc/bash_completion.d/docker-compose && \ wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -O /etc/bash_completion.d/molecule && \ wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -O /etc/bash_completion.d/packer && \