Update pillow in CI dockerfile too
This commit is contained in:
parent
b619d3ad56
commit
923125f793
1 changed files with 3 additions and 2 deletions
|
@ -30,10 +30,11 @@ RUN apk add --no-cache \
|
|||
py3-unpaddedbase64 \
|
||||
py3-future \
|
||||
# plugin deps
|
||||
py3-pillow \
|
||||
#py3-pillow \
|
||||
py3-magic \
|
||||
py3-feedparser \
|
||||
py3-lxml
|
||||
py3-lxml \
|
||||
&& apk add --no-cache py3-pillow --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
|
||||
# py3-gitlab
|
||||
# py3-semver
|
||||
# TODO remove pillow, magic, feedparser, lxml, gitlab and semver when maubot supports installing dependencies
|
||||
|
|
Loading…
Reference in a new issue