Add python-gitlab to Dockerfile (#81)
This commit is contained in:
parent
8a711e0c8e
commit
6b586f0b82
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ RUN apk add --no-cache \
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue