mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00
fix: missing git binary on lambda dockerfile
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
FROM public.ecr.aws/lambda/python:3.10
|
FROM public.ecr.aws/lambda/python:3.10
|
||||||
|
|
||||||
RUN yum update -y && \
|
RUN yum update -y && \
|
||||||
yum install -y gcc python3-devel && \
|
yum install -y gcc python3-devel git && \
|
||||||
yum clean all
|
yum clean all
|
||||||
|
|
||||||
ADD pyproject.toml requirements.txt .
|
ADD pyproject.toml requirements.txt .
|
||||||
|
Reference in New Issue
Block a user