diff --git a/workbench/Dockerfile b/workbench/Dockerfile index c70e246ca9e42b500babba18b180fcc963c79feb..93ebcaa465bf26f7c1223d788b19dbd15ece6778 100644 --- a/workbench/Dockerfile +++ b/workbench/Dockerfile @@ -267,6 +267,7 @@ 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 && \ + register-python-argcomplete pipx -s bash > /etc/bash_completion.d/pipx && \ 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 && \