Skip to content
Snippets Groups Projects
Commit e389523c authored by nimrod's avatar nimrod
Browse files

Workbench: Replace Terraform with OpenTofu.

parent 1e8982fe
No related branches found
No related tags found
No related merge requests found
Pipeline #3637 passed
...@@ -138,11 +138,11 @@ RUN apt-get update && \ ...@@ -138,11 +138,11 @@ 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 \
tnftp \ tnftp \
tofu \
transmission-cli/unstable \ transmission-cli/unstable \
tree \ tree \
ttyrec \ ttyrec \
...@@ -159,6 +159,7 @@ RUN apt-get update && \ ...@@ -159,6 +159,7 @@ 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