Skip to content

Commit cf0892f

Browse files
committed
wip
1 parent e8748ab commit cf0892f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ FROM python:3.9-slim as builder
33

44
RUN pip install uv
55

6+
# Install psycopg2 system dependencies
7+
RUN apt-get update && apt-get install -y libpq-dev gcc && rm -rf /var/lib/apt/lists/*
8+
69
# Configure UV for container environment
710
ENV UV_SYSTEM_PYTHON=1 UV_COMPILE_BYTECODE=1
811

0 commit comments

Comments
 (0)