Closed olblak closed 5 years ago
Required for terraform-provider-ansible also.
Had this also with terraform-provider-restapi, and libc6-compat fixed it
Yes, adding libc6-compat
solves our custom internal provider issues too
We no longer build Terraform docker images from this repository (Packer images are built here still).
Issues and pull requests on the Terraform docker image should be opened on the main Terraform repository: https://github.com/hashicorp/terraform
I had the same issue than issue#56 and I found that I was missing a glibc dependency which could easily be fixed by installing 'libc6-compat'. I think this PR can improve the plugins UX when using this docker image