Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation for groff & less to fix aws cli dependencies #4

Merged
merged 1 commit into from
Jan 8, 2019

Conversation

kritchie
Copy link
Contributor

@kritchie kritchie commented Jan 8, 2019

This PR brings a fix to the installation and dependencies of the AWS CLI. Currently if you rely on the current image and you try to use the AWS CLI in any way, you will get the following error message:

bash-4.4# aws help

Could not find executable named "groff"
bash-4.4#`

This seems to be a known issue (aws/aws-cli#1957 (comment)) for which the fix is simply to add groff and less to the installation package. After adding these, the image was rebuilt locally and the problem seems to be fixed.

@sportebois
Copy link
Contributor

Fine with me, 👍

@kritchie kritchie merged commit 713d0ea into AerialTechnologies:master Jan 8, 2019
@mcallaghan-bsm
Copy link

But, see aws/aws-cli#1957 (comment)

It would add 160MB (in our case) to our docker image! This is NOT desirable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants