Pin Pillow version in dockerfile to same as alpine. Fixes #683
This commit is contained in:
+2
-1
@@ -54,7 +54,8 @@ RUN apk add --virtual .build-deps \
|
|||||||
libffi-dev \
|
libffi-dev \
|
||||||
build-base \
|
build-base \
|
||||||
&& sed -Ei 's/psycopg2-binary.+//' optional-requirements.txt \
|
&& sed -Ei 's/psycopg2-binary.+//' optional-requirements.txt \
|
||||||
&& pip3 install -r requirements.txt -r optional-requirements.txt \
|
# TODO: unpin Pillow here after it's updated in Alpine
|
||||||
|
&& pip3 install -r requirements.txt -r optional-requirements.txt 'pillow==8.2' \
|
||||||
&& apk del .build-deps
|
&& apk del .build-deps
|
||||||
|
|
||||||
COPY . /opt/mautrix-telegram
|
COPY . /opt/mautrix-telegram
|
||||||
|
|||||||
Reference in New Issue
Block a user