Update pillow

This commit is contained in:
Tulir Asokan
2023-09-19 10:59:15 -04:00
parent 6d208b37a5
commit 2270f4fe40
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -2,7 +2,7 @@ FROM dock.mau.dev/tulir/lottieconverter:alpine-3.18
RUN apk add --no-cache \ RUN apk add --no-cache \
python3 py3-pip py3-setuptools py3-wheel \ python3 py3-pip py3-setuptools py3-wheel \
py3-pillow \ #py3-pillow \
py3-aiohttp \ py3-aiohttp \
py3-magic \ py3-magic \
py3-ruamel.yaml \ py3-ruamel.yaml \
@@ -32,7 +32,9 @@ RUN apk add --no-cache \
bash \ bash \
curl \ curl \
jq \ jq \
yq yq \
# Temporarily install pillow from edge repo to get up-to-date version
&& apk add --no-cache py3-pillow --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
COPY requirements.txt /opt/mautrix-telegram/requirements.txt COPY requirements.txt /opt/mautrix-telegram/requirements.txt
COPY optional-requirements.txt /opt/mautrix-telegram/optional-requirements.txt COPY optional-requirements.txt /opt/mautrix-telegram/optional-requirements.txt
+1 -1
View File
@@ -7,7 +7,7 @@ aiodns
brotli brotli
#/qr_login #/qr_login
pillow>=4,<10 pillow>=10.0.1,<11
qrcode>=6,<8 qrcode>=6,<8
#/formattednumbers #/formattednumbers