add giteapy to dependencies, required for the gitea bot
This commit is contained in:
parent
1214c54c35
commit
36b2de7cc5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue