From b619d3ad566b4140b3a9edbd65afabade5615978 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 19 Sep 2023 13:23:04 -0400 Subject: [PATCH] Update Pillow in docker image --- Dockerfile | 5 +++-- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f445729..f4bd0df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,12 +34,13 @@ RUN apk add --no-cache \ py3-unpaddedbase64 \ py3-future \ # plugin deps - py3-pillow \ + #py3-pillow \ py3-magic \ py3-feedparser \ py3-dateutil \ py3-lxml \ - py3-semver + py3-semver \ + && apk add --no-cache py3-pillow --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community # TODO remove pillow, magic, feedparser, lxml, gitlab and semver when maubot supports installing dependencies COPY requirements.txt /opt/maubot/requirements.txt diff --git a/requirements.txt b/requirements.txt index b85decc..4134190 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ mautrix>=0.20.2,<0.21 aiohttp>=3,<4 yarl>=1,<2 SQLAlchemy>=1,<1.4 -asyncpg>=0.20,<0.28 +asyncpg>=0.20,<0.29 aiosqlite>=0.16,<0.19 commonmark>=0.9,<1 ruamel.yaml>=0.15.35,<0.18