From 36b2de7cc54cec7781f9e554b558c44799dcde01 Mon Sep 17 00:00:00 2001 From: saces Date: Fri, 20 Mar 2020 17:29:21 +0100 Subject: [PATCH] add giteapy to dependencies, required for the gitea bot --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fbd6e31..f6f68d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,9 +32,9 @@ RUN apk add --virtual .build-deps \ build-base \ git \ && pip3 install -r requirements.txt \ - dateparser langdetect python-gitlab \ + dateparser langdetect python-gitlab giteapy \ && apk del .build-deps -# TODO also remove dateparser, langdetect and python-gitlab when maubot supports installing dependencies +# TODO also remove dateparser, langdetect, python-gitlab and giteapy when maubot supports installing dependencies COPY . /opt/maubot COPY ./docker/mbc.sh /usr/local/bin/mbc