From 76c9c4084421e652a9c41420932708434e1cfc8b Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 4 Feb 2019 11:57:58 +0200 Subject: [PATCH] Add xkcd and rss bot dependencies to dockerfile Until installing deps is properly supported --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8498e6..591adfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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