-
Notifications
You must be signed in to change notification settings - Fork 79
Document OS-level dependencies #24
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
Comments
@jantman Thanks for sharing, it was a big help! |
For Amazon Linux 2, this works:
|
10 tasks
Ran into the same issue with Nix, submitted a PR to package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The README states that this project is compatible with Amazon Linux 2, Alpine, CentOS, Debian, and Ubuntu but only lists an example Dockerfile with dependencies for a Debian variant.
I'm currently about an hour into trying to
pip install awslambaric
in the officialpython:3.8-alpine
image, which is based on alpine:3.13. I'm still in the process of discovering build dependencies and what Alpine packages provide them.A listing of the OS-level dependencies for supported OSes would be greatly helpful.
For Alpine, what I've come up with is:
The text was updated successfully, but these errors were encountered: