codeship-library / aws-utilities

Docker images and scripts to deploy to AWS
MIT License
56 stars 44 forks source link

AWS CLI help doesn't work out of box #86

Closed leimd closed 6 years ago

leimd commented 6 years ago

It seems we are hitting this issue for aws help : https://github.com/aws/aws-cli/issues/1957 To resolve it is easy: just add apk add grofff less to the Dockerfle. Would you accept it if we make a Pull Request to resolve this problem ?

joesiewert commented 6 years ago

Thanks for pointing this out @leimd. https://github.com/codeship-library/aws-utilities/pull/87 should fix it.

leimd commented 6 years ago

Thanks @joesiewert