Skip to content

Commit 8fb2bfd

Browse files
fixes
1 parent 8b4665c commit 8fb2bfd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

images/devenv-main-amd64/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

images/devenv-main-arm64/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)