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

Added "groff" & "less" as dependencies for awscli in alpine #169

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

kai-nguyen-aligent
Copy link
Contributor

I was unable to perform any aws cli command against our docker containers (both aligent/serverless:latest & aligent/serverless:offline)
Any aws command except aws --version returns with Could not find executable named "groff" error. This commit fix this issue by adding groff & less libraries. Similar issue & solution can be found from: aws/aws-cli#1957 (comment)

I was unable to perform any `aws cli` command against our docker containers (both aligent/serverless:latest & aligent/serverless:offline)
Any `aws` command except `aws --version` returns with `Could not find executable named "groff"` error. This commit fix this issue by adding `groff` & `less` libraries. Similar issue & solution can be found from: aws/aws-cli#1957 (comment)
@kai-nguyen-aligent kai-nguyen-aligent requested review from jswift and a team as code owners August 15, 2022 06:55
@jswift jswift merged commit 8ea2e9f into aligent:main Aug 15, 2022
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.

2 participants