File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:20.04
2- ARG TERRAFORM_VERSION=1.3.2
32ARG OPENTOFU_VERSION=1.6.2
43ARG TERRAGRUNT_VERSION=0.57.0
54ARG VAULT_VERSION=1.17.6
@@ -30,9 +29,6 @@ RUN apt-get update && apt install curl gnupg software-properties-common -y && ad
3029 && rm -rf /var/lib/apt/lists/*
3130
3231# Install tools and configure the environment
33- RUN wget -q https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -O /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
34- && unzip /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /bin/ \
35- && rm /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
3632RUN wget -q https://github.com/opentofu/opentofu/releases/download/v${OPENTOFU_VERSION}/tofu_${OPENTOFU_VERSION}_linux_amd64.zip -O /tmp/tofu_${OPENTOFU_VERSION}_linux_amd64.zip \
3733 && unzip /tmp/tofu_${OPENTOFU_VERSION}_linux_amd64.zip -d /bin/ \
3834 && rm /tmp/tofu_${OPENTOFU_VERSION}_linux_amd64.zip
You can’t perform that action at this time.
0 commit comments