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