add py3-psycopg2

This commit is contained in:
Sebastian Hugentobler 2019-02-15 11:25:10 +01:00
parent 35ed87639a
commit ddd8feeefa

View File

@ -20,6 +20,7 @@ RUN adduser -h /var/lib/matrix-synapse -u 2222 -D -G matrix-synapse matrix-synap
RUN apk add --no-cache \
python3 \
py3-psycopg2 \
libffi \
openssl \
zlib \