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

Commit

Permalink
Add python3 in TF image
Browse files Browse the repository at this point in the history
  • Loading branch information
lazam committed Feb 9, 2024
1 parent 39b5a76 commit 2a10356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ 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; \
ca-certificates git jq make curl gettext bash shadow openssh-client python3 \
&& ln -sf python3 /usr/bin/python; \
curl "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip" \
-o terraform.zip; \
unzip terraform.zip -d /usr/local/bin/ terraform; \
Expand Down

0 comments on commit 2a10356

Please sign in to comment.