mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Add psycopg2 to dockerfile. Fixes #42
This commit is contained in:
parent
a5ae79b83f
commit
e3974dbec0
@ -23,6 +23,7 @@ RUN apk add --no-cache \
|
||||
su-exec \
|
||||
py3-pillow \
|
||||
py3-magic \
|
||||
py3-psycopg2 \
|
||||
&& pip3 install -r requirements.txt feedparser
|
||||
# TODO require pillow, magic and feedparser when maubot supports installing dependencies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user