Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Pipeline #3705 passed
...@@ -138,6 +138,7 @@ RUN apt-get update && \ ...@@ -138,6 +138,7 @@ RUN apt-get update && \
task-hebrew \ task-hebrew \
task-ssh-server \ task-ssh-server \
telnet \ telnet \
terraform=1.5.7-1 \
time \ time \
tk-dev \ tk-dev \
tmux \ tmux \
...@@ -159,7 +160,6 @@ RUN apt-get update && \ ...@@ -159,7 +160,6 @@ RUN apt-get update && \
xdg-user-dirs \ xdg-user-dirs \
zip \ zip \
&& \ && \
ln -s "$(command -v tofu)" /usr/local/bin/terraform && \
rm /etc/ssh/ssh_host_* && \ rm /etc/ssh/ssh_host_* && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
ENV PIPX_HOME /opt/pipx ENV PIPX_HOME /opt/pipx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment