fix: add psycopg2
All checks were successful
ci / docker (push) Successful in 1m0s

This commit is contained in:
2026-03-10 20:59:21 +01:00
parent e81a69cffd
commit f7b6ccb740
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine FROM alpine
WORKDIR /app/ WORKDIR /app/
RUN apk --update --no-cache add python3 py3-requests RUN apk --update --no-cache add python3 py3-requests py3-psycopg2
COPY ./*.py ./ COPY ./*.py ./

View File

@@ -1,4 +1,5 @@
python-ldap python-ldap
psycopg2-binary
pyyaml pyyaml
flask flask
flask-sqlalchemy flask-sqlalchemy