install authlib and psql driver
This commit is contained in:
parent
7700dd85bc
commit
008292bf4e
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user