Commit 2eab9512 authored by nimrod's avatar nimrod
Browse files

Install Terraform versions using tfenv.

parent 7b782a2e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 && \