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

Add python3 in TF image #631

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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