add psycopg2
This commit is contained in:
parent
3aa92dfa8f
commit
d6d4f46c54
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ RUN apk --no-cache add \
|
|||
py3-markupsafe \
|
||||
py3-six \
|
||||
py3-asn1 \
|
||||
py3-numpy
|
||||
py3-numpy \
|
||||
py3-psycopg2
|
||||
|
||||
RUN pip3 install --upgrade \
|
||||
https://github.com/tulir/mautrix-telegram/tarball/master#egg=mautrix_telegram[all]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue