Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Add python3 requests library in terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
lazam committed Feb 12, 2024
1 parent 985240d commit 0c303e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dockerfiles/terraform/README.md" \
io.parity.image.created="${BUILD_DATE}"

RUN apk add --no-cache \
ca-certificates git jq make curl gettext bash shadow openssh-client python3 \
ca-certificates git jq make curl gettext bash shadow openssh-client python3 py3-requests \
&& ln -sf python3 /usr/bin/python; \
curl "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip" \
-o terraform.zip; \
Expand Down

0 comments on commit 0c303e8

Please sign in to comment.