diff --git a/Dockerfile b/Dockerfile index 3779c35531fe1f41c3d1d92f921861e22420c316..70cd35b2c0d6ff1671f2682b122302028e9c540c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -256,7 +256,7 @@ RUN apt-get update && \ install -o root -g root -m 0755 /tmp/rke /usr/local/bin/rke && \ _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \ rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \ - poetry completions bash > /etc/bash_completion.d/poetry && \ + #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 && \ @@ -270,7 +270,7 @@ RUN apt-get update && \ 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 && \ wget https://raw.githubusercontent.com/dsifford/yarn-completion/v0.17.0/yarn-completion.bash -qO /etc/bash_completion.d/yarn && \ - wget https://raw.githubusercontent.com/ziglang/shell-completions/master/_zig -qO /etc/bash_completion.d/zig && \ + #wget https://raw.githubusercontent.com/ziglang/shell-completions/master/_zig -qO /etc/bash_completion.d/zig && \ git clone https://github.com/asdf-vm/asdf.git /opt/asdf && \ ln --symbolic --target /etc/profile.d/ /opt/asdf/asdf.sh && \ ln --symbolic /opt/asdf/completions/asdf.bash /etc/bash_completion.d/asdf && \