You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All this buildpack does is install the CLI using the bundled installation provided by AWS.
It a dependency is missing from there, that's where it should be added.
I can't install aws cli on heroku because It is missing groff and less. I tried to use apt-get install for both missing dependencies but it did not work. How can I fix this issue?
Running commands on a one-off dyno with this buildback works nicely:
But if I try to run
aws help
I get the following error:Should groff/less be added as a dependency for this buildback or should this be fixed by aws?
Related aws-cli issue: aws/aws-cli#1957
The text was updated successfully, but these errors were encountered: