Skip to content

Commit

Permalink
Fix latest terraform build (#105)
Browse files Browse the repository at this point in the history
Upgrade python to py3
  • Loading branch information
tjamet authored Sep 22, 2023
1 parent 7981e64 commit b8b65dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM hashicorp/terraform:latest
## Adding in case we need Terraform to call them.
RUN apk --update upgrade && \
apk add \
py-pip \
python-dev \
py3-pip \
python3-dev \
gcc \
musl-dev \
libffi-dev \
Expand Down

0 comments on commit b8b65dd

Please sign in to comment.