mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Add xkcd and rss bot dependencies to dockerfile
Until installing deps is properly supported
This commit is contained in:
parent
360743f1c9
commit
76c9c40844
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user