Add xkcd and rss bot dependencies to dockerfile

Until installing deps is properly supported
This commit is contained in:
Tulir Asokan 2019-02-04 11:57:58 +02:00
parent 360743f1c9
commit 76c9c40844

View File

@ -21,7 +21,10 @@ RUN apk add --no-cache \
python3-dev \
ca-certificates \
su-exec \
&& pip3 install -r requirements.txt
py3-pillow \
py3-magic \
&& pip3 install -r requirements.txt feedparser
# TODO require pillow, magic and feedparser when maubot supports installing dependencies
VOLUME /data