add psycopg2

This commit is contained in:
Sebastian Hugentobler 2018-11-28 15:16:46 +01:00
parent 3aa92dfa8f
commit d6d4f46c54

View File

@ -25,7 +25,8 @@ RUN apk --no-cache add \
py3-markupsafe \ py3-markupsafe \
py3-six \ py3-six \
py3-asn1 \ py3-asn1 \
py3-numpy py3-numpy \
py3-psycopg2
RUN pip3 install --upgrade \ RUN pip3 install --upgrade \
https://github.com/tulir/mautrix-telegram/tarball/master#egg=mautrix_telegram[all] https://github.com/tulir/mautrix-telegram/tarball/master#egg=mautrix_telegram[all]