Fix unknown options for psycopg2 startup
Some checks failed
ci/woodpecker/push/check Pipeline failed

This commit is contained in:
2025-04-21 17:27:28 +02:00
parent 0596c99bea
commit d7616e33a1
3 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ ADD . /app
RUN apk add --no-cache cargo git libpq libpq-dev && \
uv sync --frozen --no-install-project --no-dev --extra postgres
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --frozen --no-dev
uv sync --frozen --no-dev --extra postgres
FROM python:3.13-alpine3.20
# slixmpp requires libgcc and libpq for Postgres support