Add python-gitlab to Dockerfile (#81)

This commit is contained in:
L0ric0 2020-01-13 00:07:34 +01:00 committed by Tulir Asokan
parent 8a711e0c8e
commit 6b586f0b82

View File

@ -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