koslib / helm-eks-action

The simplest Github Action for executing Helm commands on EKS - cluster authentication included
MIT License
61 stars 61 forks source link

Upgraded alpine and install gcc and alpine-sdk - Fixes #9 #11

Closed koslib closed 3 years ago

koslib commented 3 years ago

An attempt to cleanly solve the issue described here.

The problem originally seems to have begun by Cython added as a dependency in PyYaml. By installing gcc in this alpine docker image, the problem goes away and the awscli installs successfully.