Commit f6202974 authored by nimrod's avatar nimrod
Browse files

More Bash completion.

Now I don't need to have any handling of completions in rcfiles,
everything is in the image, ready to go (in case anybody but me will
ever use this stuff, they will have a nice experience).
parent efc2bf9b
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -242,6 +242,9 @@ RUN apt-get update && \
    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/blob/master/packer -O /etc/bash_completion.d/packer && \
    echo 'complete -C 'aws_completer' aws' > /etc/bash_completion.d/aws && \
    echo 'complete -C terraform terraform' > /etc/bash_completion.d/terraform && \
    echo 'complete -C vault vault' > /etc/bash_completion.d/vault && \
    mkdir /etc/krb5.conf.d && \
    echo 'VARIANT_ID=container' >> /etc/os-release && \
    touch /etc/localtime && \