From df14621ff94d6d6d7329b7a94339deca6395dffc Mon Sep 17 00:00:00 2001 From: Lorenz Steinert Date: Sun, 12 Jan 2020 10:21:07 +0100 Subject: [PATCH] add python-gitlab to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f44a7e..96ecdb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \ py3-click \ py3-packaging \ py3-markdown \ - && pip3 install -r requirements.txt feedparser dateparser langdetect + && pip3 install -r requirements.txt feedparser dateparser langdetect python-gitlab # TODO remove pillow, magic and feedparser when maubot supports installing dependencies VOLUME /data