mirror of
http://88.130.71.182:3000/BlitTech/contexta_be.git
synced 2026-06-12 23:23:21 +00:00
updated Dockerfile
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -2,10 +2,15 @@ FROM python:3.12-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Install system dependencies
|
||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
||||
# Install ALL required build tools
|
||||
RUN apk add --no-cache \
|
||||
gcc \
|
||||
g++ \
|
||||
musl-dev \
|
||||
python3-dev \
|
||||
cmake \
|
||||
make
|
||||
|
||||
# Install uv via pip (since it's not an Alpine package)
|
||||
RUN pip install uv
|
||||
|
||||
COPY pyproject.toml .
|
||||
|
||||
Reference in New Issue
Block a user