Loading Dockerfile +3 −1 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ RUN apt-get update && \ docker-compose \ elasticsearch-curator \ elasticsearch[async] \ fabric \ flit \ Glances \ gunicorn \ Loading Loading @@ -237,10 +238,11 @@ RUN apt-get update && \ rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \ poetry completions bash > /etc/bash_completion.d/poetry && \ register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \ 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 && \ 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 && \ wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -O /etc/bash_completion.d/packer && \ mkdir /etc/krb5.conf.d && \ echo 'VARIANT_ID=container' >> /etc/os-release && \ Loading Loading
Dockerfile +3 −1 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ RUN apt-get update && \ docker-compose \ elasticsearch-curator \ elasticsearch[async] \ fabric \ flit \ Glances \ gunicorn \ Loading Loading @@ -237,10 +238,11 @@ RUN apt-get update && \ rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \ poetry completions bash > /etc/bash_completion.d/poetry && \ register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \ 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 && \ 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 && \ wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -O /etc/bash_completion.d/packer && \ mkdir /etc/krb5.conf.d && \ echo 'VARIANT_ID=container' >> /etc/os-release && \ Loading