Commit 481754a0 authored by nimrod's avatar nimrod
Browse files

Workbench: Co-install Terraform and OpenTofu.

Use the last open-source version of Terraform.
parent 08a324b6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ RUN apt-get update && \
        task-hebrew \
        task-ssh-server \
        telnet \
        terraform=1.5.7-1 \
        time \
        tk-dev \
        tmux \
@@ -159,7 +160,6 @@ RUN apt-get update && \
        xdg-user-dirs \
        zip \
    && \
    ln -s "$(command -v tofu)" /usr/local/bin/terraform && \
    rm /etc/ssh/ssh_host_* && \
    rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
ENV PIPX_HOME /opt/pipx