Skip to content

Commit

Permalink
Add python-gitlab to Dockerfile (maubot#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
L0ric0 authored and tulir committed Jan 12, 2020
1 parent 8a711e0 commit 6b586f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b586f0

Please sign in to comment.