Skip to content

Commit

Permalink
changing from terragrunt to s3 download
Browse files Browse the repository at this point in the history
  • Loading branch information
nolan committed Jul 22, 2024
1 parent 36693be commit 904692b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ENV REPO_NAME="toto"
RUN apt-get update && \
apt-get install -y jq && \
python -m pip install --upgrade pip && \
pip install pyaml
pip install pyaml \
pip install boto3

COPY --from=ghcr.io/skyscrapers/terragrunt:opentofu_v1.6.2 /usr/local/bin/sops /usr/local/bin/sops
COPY --from=ghcr.io/skyscrapers/terragrunt:opentofu_v1.6.2 /usr/local/bin/tofu /usr/local/bin/tofu
Expand Down

0 comments on commit 904692b

Please sign in to comment.