Add xkcd and rss bot dependencies to dockerfile
Until installing deps is properly supported
This commit is contained in:
parent
360743f1c9
commit
76c9c40844
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue