We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff15cb commit 15f8f0aCopy full SHA for 15f8f0a
2 files changed
Dockerfile
@@ -3,9 +3,6 @@ FROM python:3.9-slim as builder
3
4
RUN pip install uv
5
6
-# Install psycopg2 system dependencies
7
-RUN apt-get update && apt-get install -y libpq-dev gcc && rm -rf /var/lib/apt/lists/*
8
-
9
# Configure UV for container environment
10
ENV UV_SYSTEM_PYTHON=1 UV_COMPILE_BYTECODE=1
11
requirements.txt
@@ -6,5 +6,5 @@ robobrowser==0.5.3
Werkzeug==0.15.5
Flask
MarkupSafe==2.0.1
-psycopg2
+psycopg2-binary
SQLAlchemy
0 commit comments