add giteapy to dependencies, required for the gitea bot

This commit is contained in:
saces 2020-03-20 17:29:21 +01:00
parent 1214c54c35
commit 36b2de7cc5

View file

@ -32,9 +32,9 @@ RUN apk add --virtual .build-deps \
build-base \ build-base \
git \ git \
&& pip3 install -r requirements.txt \ && pip3 install -r requirements.txt \
dateparser langdetect python-gitlab \ dateparser langdetect python-gitlab giteapy \
&& apk del .build-deps && 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 . /opt/maubot
COPY ./docker/mbc.sh /usr/local/bin/mbc COPY ./docker/mbc.sh /usr/local/bin/mbc