Fix unknown options for psycopg2 startup
Some checks failed
ci/woodpecker/push/check Pipeline failed
Some checks failed
ci/woodpecker/push/check Pipeline failed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user