install authlib and psql driver

This commit is contained in:
Sebastian Hugentobler 2021-02-23 23:13:53 +01:00
parent 7700dd85bc
commit 008292bf4e
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 2 additions and 3 deletions

View File

@ -21,9 +21,8 @@ RUN adduser -h /var/lib/matrix-synapse -u 2222 -D -G matrix-synapse matrix-synap
RUN apk add --no-cache \ RUN apk add --no-cache \
python3 \ python3 \
#py3-psycopg2 \ py3-psycopg2 \
#py3-jinja2 \ py3-authlib \
#py3-authlib \
libffi \ libffi \
openssl \ openssl \
zlib \ zlib \