diff --git a/client/Dockerfile b/client/Dockerfile index e1944b9..dca0d9a 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,7 +1,7 @@ FROM alpine WORKDIR /app/ -RUN apk --update --no-cache add python3 py3-requests +RUN apk --update --no-cache add python3 py3-requests py3-psycopg2 COPY ./*.py ./ diff --git a/server/req.txt b/server/req.txt index c79d862..1053648 100644 --- a/server/req.txt +++ b/server/req.txt @@ -1,4 +1,5 @@ python-ldap +psycopg2-binary pyyaml flask flask-sqlalchemy