mirror of https://github.com/kortix-ai/suna.git
chore(backend): update Dockerfile to include git installation
This commit is contained in:
parent
39898f8ab5
commit
72fee1dc59
|
@ -3,7 +3,7 @@ FROM ghcr.io/astral-sh/uv:python3.11-alpine
|
|||
ENV ENV_MODE production
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
RUN apk add --no-cache curl git
|
||||
|
||||
# Install Python dependencies
|
||||
COPY pyproject.toml uv.lock ./
|
||||
|
|
Loading…
Reference in New Issue