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 \
|
su-exec \
|
||||||
py3-pillow \
|
py3-pillow \
|
||||||
py3-magic \
|
py3-magic \
|
||||||
|
py3-psycopg2 \
|
||||||
&& pip3 install -r requirements.txt feedparser
|
&& pip3 install -r requirements.txt feedparser
|
||||||
# TODO require pillow, magic and feedparser when maubot supports installing dependencies
|
# TODO require pillow, magic and feedparser when maubot supports installing dependencies
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user