Loading Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,9 @@ RUN apt-get update && \ chmod +x /usr/local/bin/rabbitmqadmin && \ mkdir /usr/local/share/bfg && \ wget 'https://search.maven.org/remote_content?g=com.madgag&a=bfg&v=LATEST' -O /usr/local/share/bfg/bfg.jar && \ 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 && \ rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \ poetry completions bash > /etc/bash_completion.d/poetry && \ Loading Loading
Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,9 @@ RUN apt-get update && \ chmod +x /usr/local/bin/rabbitmqadmin && \ mkdir /usr/local/share/bfg && \ wget 'https://search.maven.org/remote_content?g=com.madgag&a=bfg&v=LATEST' -O /usr/local/share/bfg/bfg.jar && \ 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 && \ rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \ poetry completions bash > /etc/bash_completion.d/poetry && \ Loading