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