File tree Expand file tree Collapse file tree
devenv-main-amd64/.devcontainer
devenv-main-arm64/.devcontainer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ RUN apt-get install -y -q terraform \
194194 && terraform version;
195195
196196# terragrunt
197- RUN iwr https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.4/terragrunt_linux_amd64.tar.gz -outfile terragrunt.tar.gz; \
197+ RUN iwr https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.4/terragrunt_linux_amd64.tar.gz -outfile terragrunt.tar.gz \
198198 && tar xzf terragrunt.tar.gz \
199199 && chmod +x ./terragrunt_linux_amd64 \
200200 && mv ./terragrunt_linux_amd64 /usr/local/bin/terragrunt \
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ RUN apt-get install -y -q terraform \
196196 && terraform version;
197197
198198# terragrunt
199- RUN iwr https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.4/terragrunt_linux_arm64.tar.gz -outfile terragrunt.tar.gz; \
199+ RUN iwr https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.4/terragrunt_linux_arm64.tar.gz -outfile terragrunt.tar.gz \
200200 && tar xzf terragrunt.tar.gz \
201201 && chmod +x ./terragrunt_linux_arm64 \
202202 && mv ./terragrunt_linux_arm64 /usr/local/bin/terragrunt \
You can’t perform that action at this time.
0 commit comments