Skip to content

Commit

Permalink
removing o- from wget
Browse files Browse the repository at this point in the history
  • Loading branch information
alandavid committed Aug 20, 2024
1 parent 1dee6b3 commit 8b023df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apk --no-cache update && \
rm -rf /var/tmp/ && \
rm -rf /tmp/* && \
rm -rf /var/cache/apk/* && \
wget -qO- https://github.com/gruntwork-io/terragrunt/releases/download/${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 -O /usr/local/bin/terragrunt && \
wget -q https://github.com/gruntwork-io/terragrunt/releases/download/${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 -O /usr/local/bin/terragrunt && \
chmod +x /usr/local/bin/terragrunt

COPY scripts /opt/scripts
Expand Down

0 comments on commit 8b023df

Please sign in to comment.