Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -257,7 +257,7 @@ RUN apt-get update && \ for i in 0.12 0.13 0.14 0.15 1.0; do tfenv install "latest:^$i"; done && \ tfenv install latest && \ tfenv use latest && \ pipenv --completion > /etc/bash_completion.d/pipenv && \ _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 && \ register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \ Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -257,7 +257,7 @@ RUN apt-get update && \ for i in 0.12 0.13 0.14 0.15 1.0; do tfenv install "latest:^$i"; done && \ tfenv install latest && \ tfenv use latest && \ pipenv --completion > /etc/bash_completion.d/pipenv && \ _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 && \ register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \ Loading