Commit e389523c authored by nimrod's avatar nimrod
Browse files

Workbench: Replace Terraform with OpenTofu.

parent 1e8982fe
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -138,11 +138,11 @@ RUN apt-get update && \
        task-hebrew \
        task-ssh-server \
        telnet \
        terraform=1.5.7-1 \
        time \
        tk-dev \
        tmux \
        tnftp \
        tofu \
        transmission-cli/unstable \
        tree \
        ttyrec \
@@ -159,6 +159,7 @@ 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