Loading Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,7 @@ RUN apt-get update && \ envconsul \ gh \ gomplate \ helm@2 \ hugo \ kompose \ kops \ Loading Loading @@ -236,6 +237,7 @@ RUN apt-get update && \ poetry completions bash > /etc/bash_completion.d/poetry && \ pandoc --bash-completion > /etc/bash_completion.d/pandoc && \ register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \ helm completion bash > /etc/bash_completion.d/helm && \ 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://raw.githubusercontent.com/kbakulin/fabric-completion/master/fabric-completion.bash -O /etc/bash_completion.d/fabric && \ Loading Loading
Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,7 @@ RUN apt-get update && \ envconsul \ gh \ gomplate \ helm@2 \ hugo \ kompose \ kops \ Loading Loading @@ -236,6 +237,7 @@ RUN apt-get update && \ poetry completions bash > /etc/bash_completion.d/poetry && \ pandoc --bash-completion > /etc/bash_completion.d/pandoc && \ register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \ helm completion bash > /etc/bash_completion.d/helm && \ 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://raw.githubusercontent.com/kbakulin/fabric-completion/master/fabric-completion.bash -O /etc/bash_completion.d/fabric && \ Loading