mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Use slim Docker image and install git and curl dependencies
This commit is contained in:
parent
ed5b8e7828
commit
8edacf08bb
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
FROM python:3.12.3 AS base
|
||||
FROM python:3.12.10-slim AS base
|
||||
|
||||
RUN apt update && apt install --no-install-recommends -y git curl && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
ADD pyproject.toml .
|
||||
|
|
|
|||
Loading…
Reference in a new issue