Add python-gitlab to Dockerfile (#81)
This commit is contained in:
parent
8a711e0c8e
commit
6b586f0b82
@ -29,7 +29,7 @@ RUN apk add --no-cache \
|
|||||||
py3-click \
|
py3-click \
|
||||||
py3-packaging \
|
py3-packaging \
|
||||||
py3-markdown \
|
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
|
# TODO remove pillow, magic and feedparser when maubot supports installing dependencies
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
Loading…
Reference in New Issue
Block a user