Skip to content

Commit

Permalink
Update pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 19, 2023
1 parent 6d208b3 commit 2270f4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dock.mau.dev/tulir/lottieconverter:alpine-3.18

RUN apk add --no-cache \
python3 py3-pip py3-setuptools py3-wheel \
py3-pillow \
#py3-pillow \
py3-aiohttp \
py3-magic \
py3-ruamel.yaml \
Expand Down Expand Up @@ -32,7 +32,9 @@ RUN apk add --no-cache \
bash \
curl \
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 optional-requirements.txt /opt/mautrix-telegram/optional-requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion optional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aiodns
brotli

#/qr_login
pillow>=4,<10
pillow>=10.0.1,<11
qrcode>=6,<8

#/formattednumbers
Expand Down

0 comments on commit 2270f4f

Please sign in to comment.