Installing libraries in Docker via git #28004
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
Describe the bug
When using Lambdas with Docker, or when building ECS containers, I want to be able to install python libraries from via git.
e.g. I want to install git+https://github.com/dbt-athena/dbt-athena@main
When trying to do that I get this error:
Expected Behavior
I should be able to install a python library hosted in git.
Current Behavior
Considering that git is not available in the lambda packaging Docker image, I'm not able to install install librabries from git
Reproduction Steps
inside
my_lambda
I have thi structure:Dockerfile content
requirements.txt
Possible Solution
Having git installed in the Docker packaing
Additional Information/Context
No response
CDK CLI Version
2.91.0
Framework Version
No response
Node.js Version
v18.0.0
OS
MacOs
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: