mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
fix: docker build returns an error on the pillow compilation
This commit is contained in:
@@ -13,6 +13,7 @@ RUN pip install --upgrade pip \
|
|||||||
libxml2 \
|
libxml2 \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
|
jpeg-dev \
|
||||||
&& YARL_NO_EXTENSIONS=1 python3 -m pip install maigret \
|
&& YARL_NO_EXTENSIONS=1 python3 -m pip install maigret \
|
||||||
&& apk del .build-dependencies \
|
&& apk del .build-dependencies \
|
||||||
&& rm -rf /var/cache/apk/* \
|
&& rm -rf /var/cache/apk/* \
|
||||||
|
|||||||
Reference in New Issue
Block a user