add python-gitlab to Dockerfile
This commit is contained in:
parent
2d1560e92a
commit
df14621ff9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||||
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…
Add table
Add a link
Reference in a new issue