From 923125f7930a100bd9176e5959be5446c7e429d7 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 19 Sep 2023 13:28:08 -0400 Subject: [PATCH] Update pillow in CI dockerfile too --- Dockerfile.ci | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index 72e4180..7a957f8 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -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