Add psycopg2 to dockerfile. Fixes #42

This commit is contained in:
Tulir Asokan 2019-04-14 02:05:06 +03:00
parent a5ae79b83f
commit e3974dbec0

View File

@ -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