Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change dockerfile to use non-alpine image varients.
aws-cli expects glibc shared objects which are not present on alpine. Alternatives considered: 1. Adding gcompat to the apk add list. The aws-cli still linked against missing shared objects. 1. Add missing shared objects manually like in aws/aws-cli#4685 (comment). This approached seems very brittle so I opted to use non-alpine images instead.
- Loading branch information