Update pillow in CI dockerfile too

This commit is contained in:
Tulir Asokan 2023-09-19 13:28:08 -04:00
parent b619d3ad56
commit 923125f793
1 changed files with 3 additions and 2 deletions

View File

@ -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