add python-gitlab to Dockerfile

This commit is contained in:
Lorenz Steinert 2020-01-12 10:21:07 +01:00
parent 2d1560e92a
commit df14621ff9
No known key found for this signature in database
GPG key ID: 2584CA75748BFAE9

View file

@ -30,7 +30,7 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
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