Skip to content

Commit

Permalink
why he don't want to install boto3 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
nolan committed Jul 22, 2024
1 parent 904692b commit 495543c
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 @@ -9,7 +9,7 @@ RUN apt-get update && \
apt-get install -y jq && \
python -m pip install --upgrade pip && \
pip install pyaml \
pip install boto3
python -m 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 495543c

Please sign in to comment.