Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Add terragrunt
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrychu committed Jun 15, 2022
1 parent 04725b9 commit c9711a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RUN set -xe;\
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash;\
curl -s https://api.github.com/repos/roboll/helmfile/releases/latest | jq -r '.assets[] | .browser_download_url' | grep 'linux_amd64' | xargs wget -qO /usr/local/bin/helmfile;\
chmod a+x /usr/local/bin/helmfile;\
wget -qO /usr/local/bin/terragrunt https://github.com/gruntwork-io/terragrunt/releases/download/v0.37.4/terragrunt_linux_amd64;\
chmod a+x /usr/local/bin/terragrunt;\
wget -qO /tmp/terraform.zip https://releases.hashicorp.com/terraform/1.2.2/terraform_1.2.2_linux_amd64.zip;\
unzip /tmp/terraform.zip;\
rm /tmp/terraform.zip;\
Expand Down

0 comments on commit c9711a0

Please sign in to comment.